summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf stat: Move 'big_num' data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move *_aggr_* data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+6
| * | | perf stat: Move ru_* data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+6
| * | | perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'null_run' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'metric_only_len' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'run_count' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'unit_width' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'metric_only' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'interval_clear' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move csv_* to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+2
| * | | perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa2018-08-302-71/+84
| * | | perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa2018-08-302-0/+48
| * | | perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa2018-08-302-0/+57
| * | | perf evsel: Introduce perf_evsel__store_ids()Jiri Olsa2018-08-302-0/+30
| * | | perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa2018-08-302-4/+4
| * | | perf stat: Add 'identifier' flag to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'no_inherit' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
| * | | perf stat: Move 'initial_delay' to 'struct perf_stat_config'Jiri Olsa2018-08-301-8/+10
| * | | tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...Tzvetomir Stoyanov (VMware)2018-08-301-0/+1
| * | | perf report: Create auxiliary trace data files for s390Thomas Richter2018-08-301-3/+91
| * | | perf bpf: Give precedence to bpf header dirArnaldo Carvalho de Melo2018-08-301-1/+1
* | | | perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo2018-10-171-19/+2
* | | | perf report: Don't crash on invalid inline debug informationMilian Wolff2018-10-161-0/+3
* | | | perf cpu_map: Align cpu map synthesized events properly.David Miller2018-10-161-0/+1
* | | | perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa2018-10-161-0/+3
* | | | Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa2018-10-091-6/+7
| |_|/ |/| |
* | | perf record: Use unmapped IP for inline callchain cursorsMilian Wolff2018-10-051-1/+2
* | | perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo2018-10-051-1/+1
* | | perf report: Don't try to map ip to invalid mapMilian Wolff2018-09-271-2/+3
| |/ |/|
* | perf tools: Fix maps__find_symbol_by_name()Adrian Hunter2018-09-111-0/+11
|/
* perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-08-302-1/+22
* perf event-parse: Use fixed size string for commsChris Phlipot2018-08-301-4/+3
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-08-301-1/+1
* perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-08-301-2/+3
* perf annotate: Properly interpret indirect callMartin Liška2018-08-301-2/+8
* perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa2018-08-201-1/+19
* perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa2018-08-203-3/+5
* perf tools: Remove ext from struct kmod_pathJiri Olsa2018-08-202-14/+4
* perf tools: Add gzip_is_compressed functionJiri Olsa2018-08-201-2/+14
* perf tools: Add lzma_is_compressed functionJiri Olsa2018-08-201-2/+17
* perf tools: Add is_compressed callback to compressions arrayJiri Olsa2018-08-204-3/+33
* perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa2018-08-201-17/+12
* perf tools: Use compression id in decompress_kmodule()Jiri Olsa2018-08-201-21/+3
* perf tools: Store compression id into struct dsoJiri Olsa2018-08-203-2/+8
* perf tools: Add compression id into 'struct kmod_path'Jiri Olsa2018-08-202-8/+12
* perf tools: Make is_supported_compression() staticJiri Olsa2018-08-202-2/+1
* perf tools: Make decompress_to_file() function staticJiri Olsa2018-08-202-2/+1