- 8adc0a0 perf script: Fix overrun issue for dynamically-allocated PMU type number by Jin Yao · 4 years, 1 month ago
- 6b9bae6 perf script: Support data page size by Kan Liang · 4 years, 1 month ago
- 3ccf8a7 perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- 53f5e90 perf evlist: Use the right prefix for 'struct evlist' stats methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- fc18380 perf script: Display negative tid in non-sample events by Adrian Hunter · 4 years, 4 months ago
- e534bfb perf script: Add 'tod' field to display time of day by Jiri Olsa · 4 years, 5 months ago
- 60e5eeb perf script: Change the 'enum perf_output_field' enumerators to be 64 bits by Jiri Olsa · 4 years, 5 months ago
- 7eeb985 perf script: Show text poke address symbol by Adrian Hunter · 4 years, 8 months ago
- 92ecf3a perf script: Add option --show-text-poke-events by Adrian Hunter · 4 years, 8 months ago
- facbf0b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 6 months ago
- add07cc perf intel-pt: Fix displaying PEBS-via-PT with registers by Adrian Hunter · 4 years, 6 months ago
- 92c7d7c perf evlist: Fix the class prefix for 'struct evlist' branch_type methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- b3c2cc2 perf evlist: Fix the class prefix for 'struct evlist' sample_type methods by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- afdd63f perf script: Fixup some evsel/evlist method names by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- b13b04d perf script: Initialize zstd_data by Milian Wolff · 4 years, 7 months ago
- b516408 perf script: Fix --call-trace for Intel PT by Adrian Hunter · 4 years, 7 months ago
- 8c3e05c perf script: Don't force less for non tty output with --xed by Andi Kleen · 4 years, 8 months ago
- 6549a8c perf tools: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
- 53fb189 perf script: Enable IP fields for callchains by Jiri Olsa · 4 years, 8 months ago
- 0d71a2b perf callchain: Setup callchain properly in pipe mode by Jiri Olsa · 4 years, 8 months ago
- ec98b6d perf script: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 5eb88f0 perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- fad1f1e perf script: Remove extraneous newline in perf_sample__fprintf_regs() by Stephane Eranian · 4 years, 9 months ago
- 680d125 perf script: Add option to enable the LBR stitching approach by Kan Liang · 4 years, 10 months ago
- 1c5c25b perf auxtrace: Add an option to synthesize callchains for regular events by Adrian Hunter · 4 years, 9 months ago
- 1a2725f perf script: Simplify auxiliary event printing functions by Adrian Hunter · 4 years, 9 months ago
- 27486a8 perf script: Fix invalid read of directory entry after closedir() by Andreas Gerstmayr · 4 years, 9 months ago
- 160d4af perf script: Add --show-cgroup-events option by Namhyung Kim · 4 years, 9 months ago
- 26567ed perf script: Introduce --deltatime option by Hagen Paul Pfeifer · 5 years ago
- 42bbabe perf tools: Add hw_idx in struct branch_stack by Kan Liang · 4 years, 10 months ago
- 5172672 perf script: Fix invalid LBR/binary mismatch error by Adrian Hunter · 5 years ago
- 0cd032d perf script: Fix brstackinsn for AUXTRACE by Adrian Hunter · 5 years ago
- 540a63e perf script: Move map__fprintf_srccode() to near its only user by Arnaldo Carvalho de Melo · 5 years ago
- b3509b6 perf script: Fix --reltime with --time by Andi Kleen · 5 years ago
- 3714437 perf script: Allow --time with --reltime by Andi Kleen · 5 years ago
- e98df28 perf script brstackinsn: Fix recovery from LBR/binary mismatch by Andi Kleen · 5 years ago
- ca12527 perf evsel: Introduce evsel_fprintf.h by Arnaldo Carvalho de Melo · 5 years ago
- 9620bc36 perf evsel: Remove need for symbol_conf in evsel_fprintf.c by Arnaldo Carvalho de Melo · 5 years ago
- 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 5 years ago
- 648b5af libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 5 years ago
- 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
- fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
- 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
- c1a604d perf tools: Remove needless perf.h include directive from headers by Arnaldo Carvalho de Melo · 5 years ago
- 7293237 libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix by Jiri Olsa · 5 years ago
- 2da39f1 perf evlist: Remove needless util.h from evlist.h by Arnaldo Carvalho de Melo · 5 years ago
- 3f604b5 perf tool: Rename perf_tool::bpf_event to bpf by Arnaldo Carvalho de Melo · 5 years ago
- 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
- aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
- a2f354e libperf: Add perf_thread_map__nr/perf_thread_map__pid functions by Jiri Olsa · 5 years ago
- 0f31c01 perf script: Add missing counts.h by Arnaldo Carvalho de Melo · 5 years ago
- 124e02b perf evswitch: Introduce init() method to set the on/off evsels from the command line by Arnaldo Carvalho de Melo · 5 years ago
- add3a71 perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing by Arnaldo Carvalho de Melo · 5 years ago
- 0b495b1 perf evswitch: Add the names of on/off events by Arnaldo Carvalho de Melo · 5 years ago
- 8829e56 perf evswitch: Move switch logic to use in other tools by Arnaldo Carvalho de Melo · 5 years ago
- d236044 perf evswitch: Move struct to a separate header to use in other tools by Arnaldo Carvalho de Melo · 5 years ago
- dd41f66 perf script: Allow specifying event to switch off processing of other events by Arnaldo Carvalho de Melo · 5 years ago
- 6469eb6 perf script: Allow showing the --switch-on event by Arnaldo Carvalho de Melo · 5 years ago
- f90a241 perf script: Allow specifying event to switch on processing of other events by Arnaldo Carvalho de Melo · 5 years ago
- 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 453fa03 libperf: Add perf_evlist__set_maps() function by Jiri Olsa · 5 years ago
- af663bd libperf: Add threads to struct perf_evsel by Jiri Olsa · 5 years ago
- d400bd3 libperf: Add cpus to struct perf_evsel by Jiri Olsa · 5 years ago
- 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
- 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
- f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
- dde4e73 perf script: Fix off by one in brstackinsn IPC computation by Andi Kleen · 5 years ago
- 5bf83c2 perf script: Add scripting operation process_switch() by Adrian Hunter · 5 years ago
- 9d49169 perf script: Assume native_arch for pipe mode by Song Liu · 6 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
- 15a108a perf script: Allow specifying the files to process guest samples by Arnaldo Carvalho de Melo · 6 years ago
- 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
- 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
- 400ae98 perf script: Set perf time interval in itrace_synth_ops by Adrian Hunter · 6 years ago
- 68fb45b perf script: Add output of IPC ratio by Adrian Hunter · 6 years ago
- 490c8cc perf script: Add --show-bpf-events to show eBPF related events by Jiri Olsa · 6 years ago
- 1c49242 perf script: Pad DSO name for --call-trace by Jiri Olsa · 6 years ago
- 90b10f4 perf script: Support relative time by Andi Kleen · 6 years ago
- 905e4af perf script: Add array bound checking to list_scripts by Andi Kleen · 6 years ago
- e87e548 perf script: Filter COMM/FORK/.. events by CPU by Andi Kleen · 6 years ago
- 52bab88 perf report: Support output in nanoseconds by Andi Kleen · 6 years ago
- 3ab481a perf script: Support insn output for normal samples by Andi Kleen · 6 years ago
- 284c4e1 perf time-utils: Refactor time range parsing code by Jin Yao · 6 years ago
- 4b6ac81 perf script: Handle missing fields with -F +.. by Andi Kleen · 6 years ago
- 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
- 6ef362f perf script: Allow +- operator for type specific fields option by Jiri Olsa · 6 years ago
- 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
- 8bf8c6d perf script: Fix crash when processing recorded stat data by Tony Jones · 6 years ago
- 9616716 perf script: Fix crash with printing mixed trace point and other events by Andi Kleen · 6 years ago
- 256d92b perf thread-stack: Fix thread stack processing for the idle task by Adrian Hunter · 6 years ago
- 61f6115 perf script: Fix LBR skid dump problems in brstackinsn by Andi Kleen · 6 years ago
- dd2e18e perf tools: Support 'srccode' output by Andi Kleen · 6 years ago
- 692d0e6 perf script: Use fallbacks for branch stacks by Adrian Hunter · 6 years ago
- 9add8fe perf script: Share code and output format for uregs and iregs output by Milian Wolff · 6 years ago
- b07d16f perf script: Add newline after uregs output by Milian Wolff · 6 years ago
- fe57120 perf script: Support total cycles count by Andi Kleen · 6 years ago