| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-02 | perf capstone: Move capstone functionality into its own file | Ian Rogers | 1 | -2/+0 |
| 2025-10-01 | perf script: Enable to present DTL entries | Athira Rajeev | 1 | -0/+30 |
| 2025-10-01 | perf tools: Fix duplicated words in documentation and comments | Markus Heidelberg | 1 | -1/+1 |
| 2025-07-25 | perf sample: Remove arch notion of sample parsing | Ian Rogers | 1 | -1/+1 |
| 2025-07-25 | perf evlist: Change env variable to session | Ian Rogers | 1 | -1/+1 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -6/+8 |
| 2025-07-11 | perf stat: Move metric list from config to evlist | Ian Rogers | 1 | -2/+1 |
| 2025-06-20 | perf tools: display the new PERF_RECORD_BPF_METADATA event | Blake Jones | 1 | -2/+13 |
| 2025-05-05 | perf script: Display off-cpu samples correctly | Howard Chu | 1 | -2/+2 |
| 2025-03-05 | perf script: Fix output type for dynamically allocated core PMU's | Thomas Falcon | 1 | -3/+13 |
| 2025-03-05 | perf script: Add not taken event for branch stack | Leo Yan | 1 | -7/+13 |
| 2025-03-05 | perf script: Make printing flags reliable | Leo Yan | 1 | -2/+7 |
| 2025-02-12 | perf sample: Make user_regs and intr_regs optional | Ian Rogers | 1 | -2/+8 |
| 2024-12-20 | perf script: Cache the output type | Arnaldo Carvalho de Melo | 1 | -42/+49 |
| 2024-12-18 | perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c | Ian Rogers | 1 | -81/+0 |
| 2024-12-18 | perf script: Move script_fetch_insn to trace-event-scripting.c | Ian Rogers | 1 | -14/+1 |
| 2024-12-18 | perf script: Move script_spec code to trace-event-scripting.c | Ian Rogers | 1 | -64/+3 |
| 2024-12-18 | perf stat: Move stat_config into config.c | Ian Rogers | 1 | -1/+0 |
| 2024-12-18 | perf script: Move find_scripts to browser/scripts.c | Ian Rogers | 1 | -171/+0 |
| 2024-12-18 | perf script: Use openat for directory iteration | Ian Rogers | 1 | -27/+60 |
| 2024-12-18 | perf script: Move scripting_max_stack out of builtin | Ian Rogers | 1 | -2/+0 |
| 2024-12-09 | perf evsel: Add/use accessor for tp_format | Ian Rogers | 1 | -2/+7 |
| 2024-11-08 | perf build: Include libtraceevent headers directly indicated by pkg-config | Yicong Yang | 1 | -1/+1 |
| 2024-10-29 | perf arm-spe: Correctly set sample flags | Graham Woodward | 1 | -0/+1 |
| 2024-10-17 | perf stat: Change color to threshold in print_metric | Ian Rogers | 1 | -3/+3 |
| 2024-09-11 | perf env: Find correct branch counter info on hybrid | Kan Liang | 1 | -2/+3 |
| 2024-09-03 | perf script: Minimize "not reaching sample" for '-F +brstackinsn' | Andi Kleen | 1 | -2/+4 |
| 2024-08-14 | perf script: Add branch counters | Kan Liang | 1 | -7/+62 |
| 2024-08-12 | perf script: Use perf_tool__init() | Ian Rogers | 1 | -35/+30 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -21/+20 |
| 2024-08-12 | perf script: add --addr2line option | Martin Liška | 1 | -0/+2 |
| 2024-05-07 | perf mem-info: Add reference count checking | Ian Rogers | 1 | -3/+8 |
| 2024-05-07 | perf mem-info: Move mem-info out of mem-events and symbol | Ian Rogers | 1 | -0/+1 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -4/+4 |
| 2024-04-08 | perf script: Consolidate capstone print functions | Adrian Hunter | 1 | -15/+28 |
| 2024-04-05 | perf script: Add capstone support for '-F +brstackdisasm' | Andi Kleen | 1 | -7/+25 |
| 2024-04-05 | perf script: Support 32bit code under 64bit OS with capstone | Andi Kleen | 1 | -4/+5 |
| 2024-04-03 | perf evsel: Use evsel__name_is() helper | Yang Jihong | 1 | -1/+1 |
| 2024-03-21 | perf script: Show also errors for --insn-trace option | Adrian Hunter | 1 | -1/+1 |
| 2024-02-20 | perf: script: add raw|disasm arguments to --insn-trace option | Changbin Du | 1 | -4/+18 |
| 2024-02-20 | perf: script: add field 'disasm' to display mnemonic instructions | Changbin Du | 1 | -1/+14 |
| 2024-02-20 | perf: util: use capstone disasm engine to show assembly instructions | Changbin Du | 1 | -5/+3 |
| 2024-02-08 | perf tools: Make it possible to see perf's kernel and module memory mappings | Adrian Hunter | 1 | -0/+3 |
| 2024-02-07 | perf script: Print source line for each jump in brstackinsn | Kan Liang | 1 | -3/+15 |
| 2023-10-17 | perf: script: fix missing ',' for fields option | Changbin Du | 1 | -1/+1 |
| 2023-08-08 | perf script: Print "cgroup" field on the same line as "comm" | Ivan Babrou | 1 | -11/+11 |
| 2023-06-12 | perf script: Remove some large stack allocations | Ian Rogers | 1 | -4/+13 |
| 2023-06-12 | perf callchain: Use pthread keys for tls callchain_cursor | Ian Rogers | 1 | -10/+14 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -31/+46 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -10/+10 |
| 2023-06-12 | perf script: Fix allocation of evsel->priv related to per-event dump files | Arnaldo Carvalho de Melo | 1 | -8/+8 |
| 2023-06-01 | perf script: Increase PID/TID width for output | Namhyung Kim | 1 | -3/+3 |
| 2023-05-12 | perf script: Add new output field 'dsoff' to print dso offset | Changbin Du | 1 | -36/+24 |
| 2023-05-10 | perf script: Skip aggregation for stat events | Sandipan Das | 1 | -0/+7 |
| 2023-04-19 | perf dso: Fix use before NULL check introduced by map__dso() introduction | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 1 | -1/+1 |
| 2023-04-06 | perf map: Rename map_ip() and unmap_ip() | Ian Rogers | 1 | -2/+2 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -1/+1 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -8/+11 |
| 2023-03-20 | perf intel-pt: Add event type names UINTR and UIRET | Adrian Hunter | 1 | -1/+1 |
| 2023-03-15 | perf script: Fix Python support when no libtraceevent | Adrian Hunter | 1 | -1/+1 |
| 2023-02-19 | perf stat: Remove saved_value/runtime_stat | Ian Rogers | 1 | -5/+0 |
| 2023-02-19 | perf stat: Hide runtime_stat | Ian Rogers | 1 | -4/+2 |
| 2023-02-03 | perf script: Support Retire Latency | Kan Liang | 1 | -2/+11 |
| 2023-02-02 | perf script: Show branch speculation info | Sandipan Das | 1 | -2/+3 |
| 2023-02-02 | perf script: Add 'cgroup' field for output | Namhyung Kim | 1 | -1/+21 |
| 2023-01-23 | perf: Various spelling fixes | Diederik de Haas | 1 | -1/+1 |
| 2022-12-20 | perf tools: Fix usage of the verbose variable | Yang Jihong | 1 | -1/+1 |
| 2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers | 1 | -4/+15 |
| 2022-10-27 | perf stat: Allocate evsel->stats->aggr properly | Namhyung Kim | 1 | -2/+2 |
| 2022-10-06 | perf script: Add missing fields in usage hint | Ravi Bangoria | 1 | -3/+4 |
| 2022-10-06 | perf tools: Remove special handling of system-wide evsel | Namhyung Kim | 1 | -3/+0 |
| 2022-10-04 | perf branch: Extend branch type classification | Anshuman Khandual | 1 | -1/+1 |
| 2022-09-08 | perf script: Fix Cannot print 'iregs' field for hybrid systems | Zhengjun Xing | 1 | -0/+3 |
| 2022-08-31 | perf script: Skip dummy event attr check | Jiri Olsa | 1 | -0/+2 |
| 2022-08-12 | perf script: Delete repeated word "from" | shaomin Deng | 1 | -1/+1 |
| 2022-07-20 | perf script: Add machine_pid and vcpu | Adrian Hunter | 1 | -0/+11 |
| 2022-07-20 | perf script: Add --dump-unsorted-raw-trace option | Adrian Hunter | 1 | -0/+8 |
| 2022-06-23 | perf script: Add some missing event dumps | Adrian Hunter | 1 | -0/+6 |
| 2022-05-23 | perf script: Add guest_code support | Adrian Hunter | 1 | -1/+4 |
| 2022-05-17 | perf script: Print Intel ptwrite value as a string if it is ASCII | Adrian Hunter | 1 | -2/+30 |
| 2022-04-22 | perf script: Always allow field 'data_src' for auxtrace | Leo Yan | 1 | -1/+1 |
| 2022-03-26 | perf tools: Enhance the matching of sub-commands abbreviations | Wei Li | 1 | -2/+2 |
| 2022-03-22 | perf script: Add 'brstackinsnlen' for branch stacks | Kan Liang | 1 | -12/+32 |
| 2022-03-14 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2022-03-07 | perf script: Output branch sample type | James Clark | 1 | -2/+3 |
| 2022-03-07 | perf script: Refactor branch stack printing | James Clark | 1 | -15/+12 |
| 2022-02-22 | perf script: Fix error when printing 'weight' field | German Gomez | 1 | -1/+1 |
| 2022-02-15 | perf script: Display new D (Intr Disabled) and t (Intr Toggle) flags | Adrian Hunter | 1 | -8/+16 |
| 2022-02-15 | perf script: Display Intel PT iflag synthesized event | Adrian Hunter | 1 | -0/+15 |
| 2022-02-15 | perf script: Display Intel PT CFE (Control Flow Event) / EVD (Event Data) syn... | Adrian Hunter | 1 | -0/+39 |
| 2022-01-22 | perf script: Fix printing 'phys_addr' failure issue | Yao Jin | 1 | -1/+1 |
| 2022-01-12 | perf cpumap: Give CPUs their own type | Ian Rogers | 1 | -2/+3 |
| 2022-01-12 | perf script: Fix flipped index and cpu | Ian Rogers | 1 | -1/+1 |
| 2022-01-12 | perf script: Use for each cpu to aid readability | Ian Rogers | 1 | -4/+3 |
| 2022-01-03 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2021-12-28 | perf script: Fix CPU filtering of a script's switch events | Adrian Hunter | 1 | -1/+1 |
| 2021-12-21 | perf callchain: Enable dwarf_callchain_users on arm64 | Alexandre Truong | 1 | -2/+2 |
| 2021-12-21 | perf script: Use callchain_param_setup() instead of open coded equivalent | Alexandre Truong | 1 | -10/+1 |
| 2021-12-16 | perf arch: Support register names from all archs | German Gomez | 1 | -8/+10 |
| 2021-11-07 | perf tools: Check vmlinux/kallsyms arguments in all tools | James Clark | 1 | -0/+3 |
| 2021-11-01 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -5/+9 |
| 2021-10-31 | perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support | Kan Liang | 1 | -1/+1 |
| 2021-10-31 | perf script: Check session->header.env.arch before using it | Song Liu | 1 | -4/+8 |
| 2021-10-28 | perf script: Support instruction latency | Kan Liang | 1 | -2/+12 |
| 2021-09-18 | perf script: Fix ip display when type != attr->type | Adrian Hunter | 1 | -11/+13 |
| 2021-09-03 | perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta event | Stephen Brennan | 1 | -0/+13 |
| 2021-08-11 | perf script: Fix unnecessary machine_resolve() | Adrian Hunter | 1 | -1/+1 |
| 2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -2/+2 |
| 2021-07-15 | perf script: Fix memory 'threads' and 'cpus' leaks on exit | Riccardo Mancini | 1 | -0/+7 |
| 2021-07-15 | perf script: Release zstd data | Riccardo Mancini | 1 | -0/+1 |
| 2021-07-09 | libperf: Move 'leader' from tools/perf to perf_evsel::leader | Jiri Olsa | 1 | -4/+5 |
| 2021-07-01 | perf script: Add option to pass arguments to dlfilters | Adrian Hunter | 1 | -1/+34 |
| 2021-07-01 | perf script: Add option to list dlfilters | Adrian Hunter | 1 | -0/+2 |
| 2021-07-01 | perf script: Add dlfilter__filter_event_early() | Adrian Hunter | 1 | -8/+18 |
| 2021-07-01 | perf script: Add API for filtering via dynamically loaded shared object | Adrian Hunter | 1 | -1/+24 |
| 2021-06-22 | perf script: Share addr_al between functions | Adrian Hunter | 1 | -14/+24 |
| 2021-06-22 | perf script: Move filtering before scripting | Adrian Hunter | 1 | -6/+6 |
| 2021-06-22 | perf script: Move filter_cpu() earlier | Adrian Hunter | 1 | -3/+3 |
| 2021-06-01 | perf script: Factor out script_fetch_insn() | Adrian Hunter | 1 | -2/+8 |
| 2021-06-01 | perf scripting: Add perf_session to scripting_context | Adrian Hunter | 1 | -1/+1 |
| 2021-05-25 | perf scripting python: Add auxtrace error | Adrian Hunter | 1 | -0/+13 |
| 2021-05-25 | perf script: Factor out perf_sample__sprintf_flags() | Adrian Hunter | 1 | -10/+18 |
| 2021-05-25 | perf scripting python: Add 'addr_location' for 'addr' | Adrian Hunter | 1 | -3/+12 |
| 2021-05-25 | perf script: Find script file relative to exec path | Adrian Hunter | 1 | -2/+41 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -2/+2 |
| 2021-03-09 | perf script: Fixup 'struct evsel_script' method prefix | Arnaldo Carvalho de Melo | 1 | -10/+8 |
| 2021-02-18 | perf script: Add branch types for VM-Entry and VM-Exit | Adrian Hunter | 1 | -0/+2 |
| 2021-02-18 | perf intel-pt: Add PSB events | Adrian Hunter | 1 | -0/+14 |
| 2021-02-09 | perf script: Simplify bool conversion | Yang Li | 1 | -2/+2 |
| 2021-02-08 | perf script: Support filtering by hex address | Jin Yao | 1 | -0/+2 |
| 2021-02-03 | perf script: Support DSO filter like in other perf tools | Jin Yao | 1 | -0/+2 |
| 2021-01-27 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+17 |
| 2021-01-21 | perf script: Fix overrun issue for dynamically-allocated PMU type number | Jin Yao | 1 | -1/+17 |
| 2021-01-20 | perf script: Add support for PERF_SAMPLE_CODE_PAGE_SIZE | Stephane Eranian | 1 | -2/+11 |
| 2020-12-19 | perf script: Support data page size | Kan Liang | 1 | -2/+15 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' stats methods | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2020-09-17 | perf script: Display negative tid in non-sample events | Adrian Hunter | 1 | -4/+6 |
| 2020-08-06 | perf script: Add 'tod' field to display time of day | Jiri Olsa | 1 | -33/+98 |
| 2020-08-06 | perf script: Change the 'enum perf_output_field' enumerators to be 64 bits | Jiri Olsa | 1 | -32/+32 |
| 2020-07-10 | perf script: Show text poke address symbol | Adrian Hunter | 1 | -2/+2 |
| 2020-07-10 | perf script: Add option --show-text-poke-events | Adrian Hunter | 1 | -0/+19 |
| 2020-07-08 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-07-06 | perf intel-pt: Fix displaying PEBS-via-PT with registers | Adrian Hunter | 1 | -1/+1 |
| 2020-06-22 | perf evlist: Fix the class prefix for 'struct evlist' branch_type methods | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-06-22 | perf evlist: Fix the class prefix for 'struct evlist' sample_type methods | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-06-22 | perf script: Fixup some evsel/evlist method names | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2020-06-17 | perf script: Initialize zstd_data | Milian Wolff | 1 | -0/+3 |
| 2020-05-28 | perf script: Fix --call-trace for Intel PT | Adrian Hunter | 1 | -4/+15 |
| 2020-05-28 | perf script: Don't force less for non tty output with --xed | Andi Kleen | 1 | -1/+4 |
| 2020-05-28 | perf tools: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-28 | perf script: Enable IP fields for callchains | Jiri Olsa | 1 | -2/+7 |
| 2020-05-28 | perf callchain: Setup callchain properly in pipe mode | Jiri Olsa | 1 | -2/+12 |
| 2020-05-05 | perf script: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() | Arnaldo Carvalho de Melo | 1 | -34/+19 |
| 2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -7/+7 |
| 2020-05-05 | perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-04-30 | perf script: Remove extraneous newline in perf_sample__fprintf_regs() | Stephane Eranian | 1 | -2/+0 |
| 2020-04-18 | perf script: Add option to enable the LBR stitching approach | Kan Liang | 1 | -0/+12 |
| 2020-04-16 | perf auxtrace: Add an option to synthesize callchains for regular events | Adrian Hunter | 1 | -1/+1 |
| 2020-04-16 | perf script: Simplify auxiliary event printing functions | Adrian Hunter | 1 | -238/+66 |
| 2020-04-03 | perf script: Fix invalid read of directory entry after closedir() | Andreas Gerstmayr | 1 | -1/+1 |
| 2020-04-03 | perf script: Add --show-cgroup-events option | Namhyung Kim | 1 | -0/+41 |
| 2020-03-27 | perf script: Introduce --deltatime option | Hagen Paul Pfeifer | 1 | -0/+17 |
| 2020-03-09 | perf tools: Add hw_idx in struct branch_stack | Kan Liang | 1 | -33/+37 |
| 2019-11-28 | perf script: Fix invalid LBR/binary mismatch error | Adrian Hunter | 1 | -1/+1 |
| 2019-11-28 | perf script: Fix brstackinsn for AUXTRACE | Adrian Hunter | 1 | -1/+1 |
| 2019-11-26 | perf script: Move map__fprintf_srccode() to near its only user | Arnaldo Carvalho de Melo | 1 | -0/+42 |
| 2019-10-15 | perf script: Fix --reltime with --time | Andi Kleen | 1 | -2/+3 |
| 2019-10-07 | perf script: Allow --time with --reltime | Andi Kleen | 1 | -5/+0 |
| 2019-09-30 | perf script brstackinsn: Fix recovery from LBR/binary mismatch | Andi Kleen | 1 | -1/+5 |
| 2019-09-25 | perf evsel: Introduce evsel_fprintf.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-25 | perf evsel: Remove need for symbol_conf in evsel_fprintf.c | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2019-09-25 | libperf: Add perf_evlist__first()/last() functions | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel' | Jiri Olsa | 1 | -1/+1 |
| 2019-09-20 | perf session: Return error code for perf_session__new() function on failure | Mamatha Inamdar | 1 | -4/+5 |
| 2019-08-31 | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf tools: Remove needless perf.h include directive from headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix | Jiri Olsa | 1 | -1/+1 |
| 2019-08-28 | perf evlist: Remove needless util.h from evlist.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-26 | perf tool: Rename perf_tool::bpf_event to bpf | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-08-26 | perf srcline: Add missing srcline.h header to files needing its defs | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-26 | perf record: Move record_opts and other record decls out of perf.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-22 | libperf: Add perf_thread_map__nr/perf_thread_map__pid functions | Jiri Olsa | 1 | -2/+2 |
| 2019-08-22 | perf script: Add missing counts.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-15 | perf evswitch: Introduce init() method to set the on/off evsels from the comm... | Arnaldo Carvalho de Melo | 1 | -18/+3 |
| 2019-08-15 | perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing | Arnaldo Carvalho de Melo | 1 | -6/+1 |
| 2019-08-15 | perf evswitch: Add the names of on/off events | Arnaldo Carvalho de Melo | 1 | -10/+8 |
| 2019-08-15 | perf evswitch: Move switch logic to use in other tools | Arnaldo Carvalho de Melo | 1 | -21/+2 |
| 2019-08-15 | perf evswitch: Move struct to a separate header to use in other tools | Arnaldo Carvalho de Melo | 1 | -7/+1 |
| 2019-08-15 | perf script: Allow specifying event to switch off processing of other events | Arnaldo Carvalho de Melo | 1 | -3/+28 |
| 2019-08-15 | perf script: Allow showing the --switch-on event | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-08-15 | perf script: Allow specifying event to switch on processing of other events | Arnaldo Carvalho de Melo | 1 | -0/+26 |
| 2019-07-29 | libperf: Move nr_members from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Add perf_evlist__set_maps() function | Jiri Olsa | 1 | -1/+2 |
| 2019-07-29 | libperf: Add threads to struct perf_evsel | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | libperf: Add cpus to struct perf_evsel | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -26/+26 |