- 9bac1bd Revert "perf map: Fix dso->nsinfo refcounting" by Arnaldo Carvalho de Melo · 3 years, 6 months ago
- c07d5c9 perf pmu: Fix alias matching by John Garry · 3 years, 6 months ago
- 48e8a7b perf cs-etm: Split --dump-raw-trace by AUX records by James Clark · 3 years, 7 months ago
- 22a6655 perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernel by Yang Jihong · 3 years, 6 months ago
- d4b3eed perf data: Close all files in close_dir() by Riccardo Mancini · 3 years, 6 months ago
- e0fa7ab perf probe-file: Delete namelist in del_events() on the error path by Riccardo Mancini · 3 years, 6 months ago
- f8cbb0f perf lzma: Close lzma stream on exit by Riccardo Mancini · 3 years, 6 months ago
- 423b917 perf session: Cleanup trace_event by Riccardo Mancini · 3 years, 6 months ago
- a37338a perf report: Free generated help strings for sort option by Riccardo Mancini · 3 years, 6 months ago
- da6b7c6 perf env: Fix memory leak of cpu_pmu_caps by Riccardo Mancini · 3 years, 6 months ago
- 581e295 perf dso: Fix memory leak in dso__new_map() by Riccardo Mancini · 3 years, 6 months ago
- 42db3d9 perf env: Fix sibling_dies memory leak by Riccardo Mancini · 3 years, 6 months ago
- dedeb4b perf probe: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
- 2d6b74b perf map: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
- 83d1fc9 perf cs-etm: Split Coresight decode by aux records by James Clark · 3 years, 7 months ago
- 50e9892 libperf: Fix build error with LIBPFM4=1 by Heiko Carstens · 3 years, 6 months ago
- e0a7ef2 perf stat: Merge uncore events by default for hybrid platform by Jin Yao · 3 years, 7 months ago
- 49afa7f perf pmu: Skip invalid hybrid pmu by Jin Yao · 3 years, 6 months ago
- c47a559 perf tools: Fix pattern matching for same substring in different PMU type by Jin Yao · 3 years, 7 months ago
- 2e6263a libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader() by Jiri Olsa · 3 years, 7 months ago
- 3a68312 libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups by Jiri Olsa · 3 years, 7 months ago
- fba7c86 libperf: Move 'leader' from tools/perf to perf_evsel::leader by Jiri Olsa · 3 years, 7 months ago
- 38fe0e0 libperf: Move 'idx' from tools/perf to perf_evsel::idx by Jiri Olsa · 3 years, 7 months ago
- b4b046f perf intel-pt: Add a config for max loops without consuming a packet by Adrian Hunter · 3 years, 7 months ago
- 493be70 perf stat: Disable the NMI watchdog message on hybrid by Jin Yao · 3 years, 7 months ago
- dea8cfc perf script python: Fix buffer size to report iregs in perf script by Kajol Jain · 3 years, 7 months ago
- 8395228 perf top: Fix overflow in elf_sec__is_text() by Riccardo Mancini · 3 years, 7 months ago
- 8770434 perf symbol-elf: Decode dynsym even if symtab exists by Masami Hiramatsu · 3 years, 7 months ago
- eb4717f perf probe: Fix debuginfo__new() to enable build-id based debuginfo by Masami Hiramatsu · 3 years, 7 months ago
- 944138f perf stat: Enable BPF counter with --for-each-cgroup by Namhyung Kim · 3 years, 7 months ago
- cf96b8e perf session: Add missing evlist__delete when deleting a session by Riccardo Mancini · 3 years, 7 months ago
- ec4c00f perf dlfilter: Add object_code() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- 6495e76 perf dlfilter: Add attr() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- 244afc0 perf dlfilter: Add srcline() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- e35995e perf dlfilter: Add insn() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- f645744 perf dlfilter: Add resolve_address() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- 3d032a2 perf script: Add option to pass arguments to dlfilters by Adrian Hunter · 3 years, 7 months ago
- 638e2b9 perf script: Add option to list dlfilters by Adrian Hunter · 3 years, 7 months ago
- 9bde93a perf script: Add dlfilter__filter_event_early() by Adrian Hunter · 3 years, 7 months ago
- 291961f perf script: Add API for filtering via dynamically loaded shared object by Adrian Hunter · 3 years, 7 months ago
- c435c16 perf llvm: Return -ENOMEM when asprintf() fails by Arnaldo Carvalho de Melo · 3 years, 7 months ago
- 0323dea perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events() by James Clark · 3 years, 7 months ago
- 8941ba5 perf arm-spe: Don't wait for PERF_RECORD_EXIT event by Leo Yan · 3 years, 8 months ago
- afb5e9e perf arm-spe: Bail out if the trace is later than perf event by Leo Yan · 3 years, 8 months ago
- 85498f7 perf arm-spe: Assign kernel time to synthesized event by Leo Yan · 3 years, 8 months ago
- 6305190 perf arm-spe: Convert event kernel time to counter value by Leo Yan · 3 years, 8 months ago
- c210c30 perf arm-spe: Save clock parameters from TIME_CONV event by Leo Yan · 3 years, 8 months ago
- d6a735e perf bpf_counter: Move common functions to bpf_counter.h by Namhyung Kim · 3 years, 7 months ago
- 21bcc72 perf tools: Add cgroup_is_v2() helper by Namhyung Kim · 3 years, 7 months ago
- 69e874d perf tools: Add read_cgroup_id() function by Namhyung Kim · 3 years, 7 months ago
- ce09673 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 7 months ago
- c087e94 perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL by Riccardo Mancini · 3 years, 7 months ago
- fe7a98b perf metricgroup: Return error code from metricgroup__add_metric_sys_event_iter() by John Garry · 3 years, 7 months ago
- fc96ec4 perf metricgroup: Fix find_evsel_group() event selector by John Garry · 3 years, 7 months ago
- 45237f9 perf probe: Add --bootconfig to output definition in bootconfig format by Masami Hiramatsu · 3 years, 8 months ago
- d26ea48 perf probe: Cleanup synthesize_probe_trace_command() by Masami Hiramatsu · 3 years, 8 months ago
- f338de2 perf probe: Support probes on init functions for offline kernel by Masami Hiramatsu · 3 years, 8 months ago
- 28b8e87 perf mem-events: Remove duplicate #undef by Li Huafei · 3 years, 7 months ago
- 197eecb perf session: Correct buffer copying when peeking events by Leo Yan · 3 years, 8 months ago
- 1fcc57b perf evsel: Adjust hybrid event and global event mixed group by Jin Yao · 3 years, 7 months ago
- 0808b3d perf probe: Provide clearer message permission error for tracefs access by Masami Hiramatsu · 3 years, 8 months ago
- bde1e7d perf auxtrace: Change to use SMP memory barriers by Leo Yan · 3 years, 8 months ago
- f54cad2 perf srccode: Use list_move() instead of equivalent list_del() + list_add() sequence by Zou Wei · 3 years, 7 months ago
- f4f1c42 perf probe: Report possible permission error for map__load() failure by Masami Hiramatsu · 3 years, 8 months ago
- 67069a1 perf env: Fix memory leak of bpf_prog_info_linear member by Riccardo Mancini · 3 years, 8 months ago
- 69c9ffe perf symbol-elf: Fix memory leak by freeing sdt_note.args by Riccardo Mancini · 3 years, 8 months ago
- 3cc8439 perf stat: Honor event config name on --no-merge by Namhyung Kim · 3 years, 8 months ago
- 2dc065e perf evsel: Add missing cloning of evsel->use_config_name by Namhyung Kim · 3 years, 8 months ago
- 0ab8009 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- d5a8bd0 perf mem: Disable 'mem-loads-aux' group before reporting by Jin Yao · 3 years, 8 months ago
- 4a9086a perf mem: Support record for hybrid platform by Jin Yao · 3 years, 8 months ago
- e7ce8d1 perf tools: Check if mem_events is supported for hybrid platform by Jin Yao · 3 years, 8 months ago
- d2f327a perf tools: Support pmu prefix for mem-load event by Jin Yao · 3 years, 8 months ago
- d3fddc3 perf stat: Fix error return code in bperf__load() by Yu Kuai · 3 years, 8 months ago
- 4f2abe9 perf record: Move probing cgroup sampling support by Namhyung Kim · 3 years, 8 months ago
- 3cb17cc perf probe: Fix NULL pointer dereference in convert_variable_location() by Li Huafei · 3 years, 8 months ago
- e621b8f perf auxtrace: Factor out itrace_do_parse_synth_opts() by Adrian Hunter · 3 years, 8 months ago
- d9ae9c9 perf script: Factor out script_fetch_insn() by Adrian Hunter · 3 years, 8 months ago
- cf9bfa6 perf scripting python: Assign perf_script_context by Adrian Hunter · 3 years, 8 months ago
- 67e50ce perf scripting: Add perf_session to scripting_context by Adrian Hunter · 3 years, 8 months ago
- cac3040 perf scripting: Add scripting_context__update() by Adrian Hunter · 3 years, 8 months ago
- c673b7f perf stat: Fix error check for bpf_program__attach by Namhyung Kim · 3 years, 8 months ago
- 41ca1d1 perf probe: Provide more detail with relocation warning by Ravi Bangoria · 3 years, 8 months ago
- 6793672 perf parse-events: Add bison --file-prefix-map option by Denys Zagorui · 3 years, 8 months ago
- 2ede921 perf scripting python: Add auxtrace error by Adrian Hunter · 3 years, 8 months ago
- 0db2134 perf scripting python: Add context switch by Adrian Hunter · 3 years, 8 months ago
- 22cc2f7 perf scripting python: Add cpumode by Adrian Hunter · 3 years, 8 months ago
- 142b051 perf scripting python: Add IPC by Adrian Hunter · 3 years, 8 months ago
- bee272a perf scripting python: Add sample flags by Adrian Hunter · 3 years, 8 months ago
- 54cd8b0 perf script: Factor out perf_sample__sprintf_flags() by Adrian Hunter · 3 years, 8 months ago
- 3f8e009 perf scripting python: Add 'addr_location' for 'addr' by Adrian Hunter · 3 years, 8 months ago
- 8271b50 perf scripting python: Factor out set_sym_in_dict() by Adrian Hunter · 3 years, 8 months ago
- d04c1ff perf scripting python: Fix tuple_set_u64() by Adrian Hunter · 3 years, 8 months ago
- 0461296 perf auxtrace: Make perf_event__process_auxtrace*() callable by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- 6ea4b5d perf script: Find script file relative to exec path by Adrian Hunter · 3 years, 8 months ago
- 100475f Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- f8b61bd perf stat: Skip evlist__[enable|disable] when all events uses BPF by Song Liu · 3 years, 8 months ago
- f42907e perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit by Adrian Hunter · 3 years, 8 months ago
- 3b2f17a perf parse-events: Check if the software events array slots are populated by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- fb6c79d perf tools: Add 'cgroup-switches' software event by Namhyung Kim · 4 years ago