Age | Commit message (Expand) | Author | Files | Lines |
2018-08-30 | perf stat: Move 'unit_width' to 'struct perf_stat_config' | Jiri Olsa | 1 | -0/+1 |
2018-08-30 | perf stat: Move 'metric_only' to 'struct perf_stat_config' | Jiri Olsa | 1 | -0/+1 |
2018-08-30 | perf stat: Move 'interval_clear' to 'struct perf_stat_config' | Jiri Olsa | 1 | -0/+1 |
2018-08-30 | perf stat: Move csv_* to 'struct perf_stat_config' | Jiri Olsa | 1 | -0/+2 |
2018-08-30 | perf stat: Pass a 'struct perf_stat_config' argument to global print functions | Jiri Olsa | 2 | -71/+84 |
2018-08-30 | perf stat: Move perf_stat_synthesize_config() to stat.c | Jiri Olsa | 2 | -0/+48 |
2018-08-30 | perf stat: Move create_perf_stat_counter() to stat.c | Jiri Olsa | 2 | -0/+57 |
2018-08-30 | perf evsel: Introduce perf_evsel__store_ids() | Jiri Olsa | 2 | -0/+30 |
2018-08-30 | perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a... | Jiri Olsa | 2 | -4/+4 |
2018-08-30 | perf stat: Add 'identifier' flag to 'struct perf_stat_config' | Jiri Olsa | 1 | -0/+1 |
2018-08-30 | perf stat: Move 'no_inherit' to 'struct perf_stat_config' | Jiri Olsa | 1 | -0/+1 |
2018-08-30 | perf stat: Move 'initial_delay' to 'struct perf_stat_config' | Jiri Olsa | 1 | -8/+10 |
2018-08-30 | tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ... | Tzvetomir Stoyanov (VMware) | 1 | -0/+1 |
2018-08-30 | perf report: Create auxiliary trace data files for s390 | Thomas Richter | 1 | -3/+91 |
2018-08-30 | perf bpf: Give precedence to bpf header dir | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2018-08-30 | perf annotate: Fix parsing aarch64 branch instructions after objdump update | Kim Phillips | 2 | -1/+22 |
2018-08-30 | perf event-parse: Use fixed size string for comms | Chris Phlipot | 1 | -4/+3 |
2018-08-30 | perf util: Fix bad memory access in trace info. | Chris Phlipot | 1 | -1/+1 |
2018-08-30 | perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx() | Hisao Tanabe | 1 | -2/+3 |
2018-08-30 | perf annotate: Properly interpret indirect call | Martin Liška | 1 | -2/+8 |
2018-08-20 | perf python: Fix pyrf_evlist__read_on_cpu() interface | Jiri Olsa | 1 | -1/+19 |
2018-08-20 | perf mmap: Store real cpu number in 'struct perf_mmap' | Jiri Olsa | 3 | -3/+5 |
2018-08-20 | perf tools: Remove ext from struct kmod_path | Jiri Olsa | 2 | -14/+4 |
2018-08-20 | perf tools: Add gzip_is_compressed function | Jiri Olsa | 1 | -2/+14 |
2018-08-20 | perf tools: Add lzma_is_compressed function | Jiri Olsa | 1 | -2/+17 |
2018-08-20 | perf tools: Add is_compressed callback to compressions array | Jiri Olsa | 4 | -3/+33 |
2018-08-20 | perf tools: Move the temp file processing into decompress_kmodule | Jiri Olsa | 1 | -17/+12 |
2018-08-20 | perf tools: Use compression id in decompress_kmodule() | Jiri Olsa | 1 | -21/+3 |
2018-08-20 | perf tools: Store compression id into struct dso | Jiri Olsa | 3 | -2/+8 |
2018-08-20 | perf tools: Add compression id into 'struct kmod_path' | Jiri Olsa | 2 | -8/+12 |
2018-08-20 | perf tools: Make is_supported_compression() static | Jiri Olsa | 2 | -2/+1 |
2018-08-20 | perf tools: Make decompress_to_file() function static | Jiri Olsa | 2 | -2/+1 |
2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in __open_dso() | Jiri Olsa | 1 | -1/+3 |
2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() | Jiri Olsa | 1 | -1/+3 |
2018-08-20 | perf llvm: Allow passing options to llc in addition to clang | Arnaldo Carvalho de Melo | 2 | -2/+38 |
2018-08-20 | perf parser: Improve error message for PMU address filters | Jack Henschel | 1 | -10/+10 |
2018-08-15 | perf auxtrace: Fix queue resize | Adrian Hunter | 1 | -0/+3 |
2018-08-15 | perf python: Remove -mcet and -fcf-protection when building with clang | Arnaldo Carvalho de Melo | 1 | -1/+9 |
2018-08-13 | perf tools: Check for null when copying nsinfo. | Benno Evers | 1 | -0/+3 |
2018-08-13 | tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' | Tzvetomir Stoyanov (VMware) | 2 | -2/+2 |
2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_* APIs | Tzvetomir Stoyanov (VMware) | 1 | -3/+3 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_set_* APIs | Tzvetomir Stoyanov (VMware) | 3 | -12/+12 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_register_* APIs | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) | 5 | -12/+12 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent print APIs | Tzvetomir Stoyanov (VMware) | 2 | -5/+5 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent parse APIs | Tzvetomir Stoyanov (VMware) | 3 | -5/+5 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 6 | -8/+8 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent alloc / free APIs | Tzvetomir Stoyanov (VMware) | 4 | -6/+6 |
2018-08-13 | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) | 2 | -2/+2 |
2018-08-10 | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) | 10 | -38/+38 |