Age | Commit message (Expand) | Author |
2018-08-30 | tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ... | Tzvetomir Stoyanov (VMware) |
2018-08-30 | perf report: Create auxiliary trace data files for s390 | Thomas Richter |
2018-08-30 | perf bpf: Give precedence to bpf header dir | Arnaldo Carvalho de Melo |
2018-08-30 | perf annotate: Fix parsing aarch64 branch instructions after objdump update | Kim Phillips |
2018-08-30 | perf event-parse: Use fixed size string for comms | Chris Phlipot |
2018-08-30 | perf util: Fix bad memory access in trace info. | Chris Phlipot |
2018-08-30 | perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx() | Hisao Tanabe |
2018-08-30 | perf annotate: Properly interpret indirect call | Martin Liška |
2018-08-20 | perf python: Fix pyrf_evlist__read_on_cpu() interface | Jiri Olsa |
2018-08-20 | perf mmap: Store real cpu number in 'struct perf_mmap' | Jiri Olsa |
2018-08-20 | perf tools: Remove ext from struct kmod_path | Jiri Olsa |
2018-08-20 | perf tools: Add gzip_is_compressed function | Jiri Olsa |
2018-08-20 | perf tools: Add lzma_is_compressed function | Jiri Olsa |
2018-08-20 | perf tools: Add is_compressed callback to compressions array | Jiri Olsa |
2018-08-20 | perf tools: Move the temp file processing into decompress_kmodule | Jiri Olsa |
2018-08-20 | perf tools: Use compression id in decompress_kmodule() | Jiri Olsa |
2018-08-20 | perf tools: Store compression id into struct dso | Jiri Olsa |
2018-08-20 | perf tools: Add compression id into 'struct kmod_path' | Jiri Olsa |
2018-08-20 | perf tools: Make is_supported_compression() static | Jiri Olsa |
2018-08-20 | perf tools: Make decompress_to_file() function static | Jiri Olsa |
2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in __open_dso() | Jiri Olsa |
2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() | Jiri Olsa |
2018-08-20 | perf llvm: Allow passing options to llc in addition to clang | Arnaldo Carvalho de Melo |
2018-08-20 | perf parser: Improve error message for PMU address filters | Jack Henschel |
2018-08-14 | perf auxtrace: Fix queue resize | Adrian Hunter |
2018-08-14 | perf python: Remove -mcet and -fcf-protection when building with clang | Arnaldo Carvalho de Melo |
2018-08-13 | perf tools: Check for null when copying nsinfo. | Benno Evers |
2018-08-13 | tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_set_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_register_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent print APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent parse APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent alloc / free APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) |
2018-08-10 | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) |
2018-08-08 | perf map: Optimize maps__fixup_overlappings() | Konstantin Khlebnikov |
2018-08-08 | perf map: Synthesize maps only for thread group leader | Konstantin Khlebnikov |
2018-08-08 | perf bpf: Make bpf__setup_output_event() return the bpf-output event | Arnaldo Carvalho de Melo |
2018-08-08 | perf bpf: Add bpf__setup_output_event() strerror() counterpart | Arnaldo Carvalho de Melo |
2018-08-08 | perf bpf: Generalize bpf__setup_stdout() | Arnaldo Carvalho de Melo |
2018-08-08 | perf bpf: Make bpf__for_each_stdout_map() generic | Arnaldo Carvalho de Melo |
2018-08-08 | perf annotate: Add --percent-type option | Jiri Olsa |
2018-08-08 | perf annotate: Display percent type in stdio output | Jiri Olsa |
2018-08-08 | perf annotate: Make local period the default percent type | Jiri Olsa |
2018-08-08 | perf annotate: Add support to toggle percent type | Jiri Olsa |
2018-08-08 | perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() | Jiri Olsa |
2018-08-08 | perf annotate: Pass struct annotation_options to symbol__calc_lines() | Jiri Olsa |