summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-012-2/+2
|\
| * exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-122-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-063-13/+42
|\ \
| * | Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-07-301-2/+0
| * | perf pmu: Fix alias matchingJohn Garry2021-07-271-9/+24
| * | perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark2021-07-271-2/+18
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-312-8/+15
|\ \ \ | |/ / |/| |
| * | tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-302-5/+11
| * | tools: Free BTF objects at various locationsQuentin Monnet2021-07-302-3/+4
| |/
* | perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-181-4/+29
* | perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
* | perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
* | perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
* | perf test bpf: Free obj_bufRiccardo Mancini2021-07-161-0/+2
* | perf trace: Free strings in trace__parse_events_option()Riccardo Mancini2021-07-151-0/+3
* | perf trace: Free syscall tp fields in evsel->privRiccardo Mancini2021-07-151-1/+16
* | perf trace: Free syscall->arg_fmtRiccardo Mancini2021-07-151-1/+15
* | perf trace: Free malloc'd trace fields on exitRiccardo Mancini2021-07-151-1/+10
* | perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-151-3/+5
* | perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-151-0/+7
* | perf script: Release zstd dataRiccardo Mancini2021-07-151-0/+1
* | perf session: Cleanup trace_eventRiccardo Mancini2021-07-151-0/+1
* | perf inject: Close inject.output on exitRiccardo Mancini2021-07-151-2/+6
* | perf report: Free generated help strings for sort optionRiccardo Mancini2021-07-153-13/+24
* | perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini2021-07-151-0/+1
* | 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