- 721f0df perf python: Fix pyrf_evlist__read_on_cpu() interface by Jiri Olsa · 6 years ago
- 31fb4c0 perf mmap: Store real cpu number in 'struct perf_mmap' by Jiri Olsa · 6 years ago
- b946cd3 perf tools: Remove ext from struct kmod_path by Jiri Olsa · 6 years ago
- 88c74dc perf tools: Add gzip_is_compressed function by Jiri Olsa · 6 years ago
- 4b57fd4 perf tools: Add lzma_is_compressed function by Jiri Olsa · 6 years ago
- 8b42b7e perf tools: Add is_compressed callback to compressions array by Jiri Olsa · 6 years ago
- c9a8a61 perf tools: Move the temp file processing into decompress_kmodule by Jiri Olsa · 6 years ago
- dde755a9 perf tools: Use compression id in decompress_kmodule() by Jiri Olsa · 6 years ago
- 2af5247 perf tools: Store compression id into struct dso by Jiri Olsa · 6 years ago
- 4b838b0 perf tools: Add compression id into 'struct kmod_path' by Jiri Olsa · 6 years ago
- e1e1394 perf tools: Make is_supported_compression() static by Jiri Olsa · 6 years ago
- 85e1d41 perf tools: Make decompress_to_file() function static by Jiri Olsa · 6 years ago
- d68a29c perf tools: Get rid of dso__needs_decompress() call in __open_dso() by Jiri Olsa · 6 years ago
- 2354ae9 perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() by Jiri Olsa · 6 years ago
- cb76371 perf llvm: Allow passing options to llc in addition to clang by Arnaldo Carvalho de Melo · 6 years ago
- 49836f7 perf parser: Improve error message for PMU address filters by Jack Henschel · 7 years ago
- 99cbbe5 perf auxtrace: Fix queue resize by Adrian Hunter · 7 years ago
- 5508672 perf python: Remove -mcet and -fcf-protection when building with clang by Arnaldo Carvalho de Melo · 7 years ago
- 3f4417d perf tools: Check for null when copying nsinfo. by Benno Evers · 7 years ago
- 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 7 years ago
- fc9b697 tools lib traceevent, perf tools: Rename traceevent_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
- cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 7 years ago
- 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 7 years ago
- 6a9405b perf map: Optimize maps__fixup_overlappings() by Konstantin Khlebnikov · 7 years ago
- e5adfc3 perf map: Synthesize maps only for thread group leader by Konstantin Khlebnikov · 7 years ago
- 78e890e perf bpf: Make bpf__setup_output_event() return the bpf-output event by Arnaldo Carvalho de Melo · 7 years ago
- aa31be3 perf bpf: Add bpf__setup_output_event() strerror() counterpart by Arnaldo Carvalho de Melo · 7 years ago
- 92bbe8d perf bpf: Generalize bpf__setup_stdout() by Arnaldo Carvalho de Melo · 7 years ago
- 5941d85 perf bpf: Make bpf__for_each_stdout_map() generic by Arnaldo Carvalho de Melo · 7 years ago
- 88c2119 perf annotate: Add --percent-type option by Jiri Olsa · 7 years ago
- 4c04868 perf annotate: Display percent type in stdio output by Jiri Olsa · 7 years ago
- addba8b perf annotate: Make local period the default percent type by Jiri Olsa · 7 years ago
- 3e0d795 perf annotate: Add support to toggle percent type by Jiri Olsa · 7 years ago
- 4c650dd perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() by Jiri Olsa · 7 years ago
- c849c12 perf annotate: Pass struct annotation_options to symbol__calc_lines() by Jiri Olsa · 7 years ago
- 796ca33 perf annotate: Add percent_type to struct annotation_options by Jiri Olsa · 7 years ago
- e58684d perf annotate: Add PERCENT_PERIOD_GLOBAL percent value by Jiri Olsa · 7 years ago
- ab37116 perf annotate: Add PERCENT_PERIOD_LOCAL percent value by Jiri Olsa · 7 years ago
- 75a8c1f perf annotate: Add PERCENT_HITS_GLOBAL percent value by Jiri Olsa · 7 years ago
- 6d9f0c2 perf annotate: Switch struct annotation_data::percent to array by Jiri Olsa · 7 years ago
- 2bcf730 perf annotate: Loop group events directly in annotation__calc_percent() by Jiri Olsa · 7 years ago
- 48a1e4f perf annotate: Rename hist to sym_hist in annotation__calc_percent by Jiri Olsa · 7 years ago
- 0440af7 perf annotate: Rename local sample variables to data by Jiri Olsa · 7 years ago
- c2f938b perf annotate: Rename struct annotation_line::samples* to data* by Jiri Olsa · 7 years ago
- 0683d13 perf annotate: Get rid of annotation__scnprintf_samples_period() by Jiri Olsa · 7 years ago
- 5ecf7d3 perf annotate: Make annotation_line__max_percent static by Jiri Olsa · 7 years ago
- 7a3e71e perf annotate: Make symbol__annotate_fprintf2() local by Jiri Olsa · 7 years ago
- 3c8b818 perf tools: Drop unneeded bitmap_zero() calls by Yury Norov · 7 years ago
- 33d9e18 perf report: Add GUI report support for s390 auxiliary trace by Thomas Richter · 7 years ago
- 2b1444f perf report: Add raw report support for s390 auxiliary trace by Thomas Richter · 7 years ago
- b96e661 perf auxtrace: Support for perf report -D for s390 by Thomas Richter · 7 years ago
- 739e2ed perf bpf: Show better message when failing to load an object by Arnaldo Carvalho de Melo · 7 years ago
- 95f0432 perf list: Unify metric group description format with PMU event description by Michael Petlan · 7 years ago
- 14a85b1 perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packet by Leo Yan · 7 years ago
- d603b4e perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packet by Leo Yan · 7 years ago
- 6035b68 perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet by Leo Yan · 7 years ago
- 3eb3e07 perf cs-etm: Fix start tracing packet handling by Leo Yan · 7 years ago
- 95035c5 perf evlist: Fix error out while applying initial delay and LBR by Kan Liang · 7 years ago
- c2586cfb Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
- 44fe619 perf tools: Fix the build on the alpine:edge distro by Arnaldo Carvalho de Melo · 7 years ago
- 0aa802a perf stat: Get rid of extra clock display function by Jiri Olsa · 7 years ago
- 2d6cae1 perf tools: Use perf_evsel__match instead of open coded equivalent by Jiri Olsa · 7 years ago
- 46b3722 perf tools: Fix struct comm_str removal crash by Jiri Olsa · 7 years ago
- b57334b perf machine: Use last_match threads cache only in single thread mode by Jiri Olsa · 7 years ago
- 67fda0f perf machine: Add threads__set_last_match function by Jiri Olsa · 7 years ago
- f8b2ebb perf machine: Add threads__get_last_match function by Jiri Olsa · 7 years ago
- e8fedff perf tools: Synthesize GROUP_DESC feature in pipe mode by Jiri Olsa · 7 years ago
- 2a9d505 perf script: Show correct offsets for DWARF-based unwinding by Sandipan Das · 7 years ago
- a7f660d perf trace arm64: Use generated syscall table by Kim Phillips · 7 years ago
- 742d92f perf stat: Add transaction flag (-T) support for s390 by Thomas Richter · 7 years ago
- b8b5ab5 Revert "perf list: Add s390 support for detailed/verbose PMU event description" by Thomas Richter · 7 years ago
- 6cd4ac6 perf cs-etm: Bail out immediately for instruction sample failure by Leo Yan · 7 years ago
- 6abf0f4 perf cs-etm: Introduce invalid address macro by Leo Yan · 7 years ago
- e9de7e2 perf hists: Clarify callchain disabling when available by Arnaldo Carvalho de Melo · 7 years ago
- db0ba84 perf script python: Fix dict reference counting by Janne Huttunen · 7 years ago
- f6432b9 perf llvm-utils: Remove bashism from kernel include fetch script by Kim Phillips · 7 years ago
- 877cc63 perf tools: Generate a Python script compatible with Python 2 and 3 by Jeremy Cline · 7 years ago
- 7959804 Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
- 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 7 years ago
- 6dde642 perf stat: Remove duplicate event counting by Thomas Richter · 7 years ago
- 0c24d6f perf alias: Rebuild alias expression string to make it comparable by Thomas Richter · 7 years ago
- ea23ac7 perf alias: Remove trailing newline when reading sysfs files by Thomas Richter · 7 years ago
- c6555c1 perf tools: Fix a clang 7.0 compilation error by Yonghong Song · 7 years ago
- 621a5a3 perf intel-pt: Fix packet decoding of CYC packets by Adrian Hunter · 7 years ago
- 0176622 perf record: Support s390 random socket_id assignment by Thomas Richter · 7 years ago
- c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
- f7fa827 perf tools: Fix error index for pmu event parser by Jiri Olsa · 7 years ago
- c9d3662 perf hists: Reimplement hists__has_callchains() by Arnaldo Carvalho de Melo · 7 years ago
- e565445 perf hists: Make hist_entry__has_callchains() work with 'perf c2c' by Arnaldo Carvalho de Melo · 7 years ago
- 41477ac perf hists: Save the callchain_size in struct hist_entry by Arnaldo Carvalho de Melo · 7 years ago
- 48a1f56 perf script python: Add more PMU fields to event handler dict by Jin Yao · 7 years ago
- 5f9e0f3 perf script python: Move dsoname code to a new function by Jin Yao · 7 years ago