summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini2021-07-151-0/+2
* perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-151-1/+3
* perf test event_update: Fix memory leak of unitRiccardo Mancini2021-07-151-1/+3
* perf test event_update: Fix memory leak of evlistRiccardo Mancini2021-07-151-1/+1
* perf test session_topology: Delete session->evlistRiccardo Mancini2021-07-151-0/+1
* 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 inject: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-2/+3
* perf cs-etm: Split Coresight decode by aux recordsJames Clark2021-07-141-1/+167
* perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo2021-07-141-1/+1
* libperf: Fix build error with LIBPFM4=1Heiko Carstens2021-07-141-1/+1
* tools headers UAPI: Sync files changed by the memfd_secret new syscallArnaldo Carvalho de Melo2021-07-141-0/+1
* perf stat: Merge uncore events by default for hybrid platformJin Yao2021-07-142-4/+13
* perf tests: Fix 'Convert perf time to TSC' on core-only systemJin Yao2021-07-141-1/+2
* perf tests: Fix 'Roundtrip evsel->name' on core-only systemJin Yao2021-07-141-1/+2
* perf tests: Fix 'Parse event definition strings' on core-only systemJin Yao2021-07-141-6/+10
* perf pmu: Skip invalid hybrid pmuJin Yao2021-07-141-1/+8
* perf test: Add free() calls for scandir() returned dirent entriesRiccardo Mancini2021-07-091-4/+11
* perf tools: Fix pattern matching for same substring in different PMU typeJin Yao2021-07-093-2/+37
* perf record: Add a dummy event on hybrid systems to collect metadata recordsKan Liang2021-07-091-4/+5
* perf stat: Add Topdown metrics L2 events as default eventsKan Liang2021-07-092-1/+8
* 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-0910-23/+22
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0918-77/+101
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-0918-55/+51
* perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter2021-07-074-4/+21
* perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
* perf vendor events power10: Adds 24x7 nest metric events for power10 platformKajol Jain2021-07-071-0/+424
* perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
* perf trace: Fix the perf trace link locationJustin M. Forbes2021-07-071-1/+1
* perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14
* perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini2021-07-071-2/+2
* perf probe: Do not show @plt function by defaultMasami Hiramatsu2021-07-071-1/+1
* 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
* tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo2021-07-054-4/+4
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-057-1/+523
* perf report: Fix --task and --stat with pipe inputNamhyung Kim2021-07-051-0/+6
* perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini2021-07-011-1/+4
* perf annotate: Allow 's' on source code linesRiccardo Mancini2021-07-011-3/+29
* perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+41
* perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+18
* perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+35
* perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+39
* perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+40
* perf build: Install perf_dlfilter.hAdrian Hunter2021-07-012-1/+6
* perf script: Add option to pass arguments to dlfiltersAdrian Hunter2021-07-016-13/+91
* perf script: Add option to list dlfiltersAdrian Hunter2021-07-016-1/+134
* perf script: Add dlfilter__filter_event_early()Adrian Hunter2021-07-015-16/+59