summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf env: Fix sibling_dies memory leakRiccardo Mancini2021-07-151-0/+1
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-0/+2
* perf cs-etm: Split Coresight decode by aux recordsJames Clark2021-07-141-1/+167
* libperf: Fix build error with LIBPFM4=1Heiko Carstens2021-07-141-1/+1
* perf stat: Merge uncore events by default for hybrid platformJin Yao2021-07-141-1/+13
* perf pmu: Skip invalid hybrid pmuJin Yao2021-07-141-1/+8
* perf tools: Fix pattern matching for same substring in different PMU typeJin Yao2021-07-093-2/+37
* libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2021-07-093-20/+2
* libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-095-7/+6
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0912-38/+61
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-0910-35/+31
* perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter2021-07-073-4/+15
* perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
* perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
* perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14
* perf symbol-elf: Decode dynsym even if symtab existsMasami Hiramatsu2021-07-071-28/+54
* perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu2021-07-071-0/+5
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-056-0/+507
* perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini2021-07-011-1/+4
* perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+37
* perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+14
* perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+31
* perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+35
* perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+35
* perf script: Add option to pass arguments to dlfiltersAdrian Hunter2021-07-013-9/+46
* perf script: Add option to list dlfiltersAdrian Hunter2021-07-013-1/+124
* perf script: Add dlfilter__filter_event_early()Adrian Hunter2021-07-013-4/+32
* perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter2021-07-014-0/+528
* perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-011-0/+2
* perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark2021-07-011-1/+5
* perf arm-spe: Don't wait for PERF_RECORD_EXIT eventLeo Yan2021-07-011-5/+1
* perf arm-spe: Bail out if the trace is later than perf eventLeo Yan2021-07-011-3/+34
* perf arm-spe: Assign kernel time to synthesized eventLeo Yan2021-07-011-1/+1
* perf arm-spe: Convert event kernel time to counter valueLeo Yan2021-07-011-1/+1
* perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan2021-07-011-0/+26
* perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim2021-07-012-52/+52
* perf tools: Add cgroup_is_v2() helperNamhyung Kim2021-07-012-0/+21
* perf tools: Add read_cgroup_id() functionNamhyung Kim2021-07-012-0/+35
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-2213-18/+43
|\
| * perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini2021-06-191-1/+2
| * perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry2021-06-191-3/+5
| * perf metricgroup: Fix find_evsel_group() event selectorJohn Garry2021-06-191-3/+3
| * perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-111-0/+1
| * perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini2021-06-041-0/+1
| * perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini2021-06-041-0/+1
| * perf stat: Honor event config name on --no-mergeNamhyung Kim2021-06-041-5/+3
| * perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2021-06-042-2/+3
| * perf stat: Fix error return code in bperf__load()Yu Kuai2021-06-011-2/+4
| * perf record: Move probing cgroup sampling supportNamhyung Kim2021-06-012-0/+11