summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools headers: Remove broken definition of __LITTLE_ENDIANArnaldo Carvalho de Melo2021-07-141-6/+0
* 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-143-1/+8
* 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
* Merge tag 'perf-tools-for-v5.14-2021-07-10' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-07-1177-331/+1872
|\
| * perf test: Add free() calls for scandir() returned dirent entriesRiccardo Mancini2021-07-091-4/+11
| * libperf: Add tests for perf_evlist__set_leader()Jiri Olsa2021-07-091-6/+21
| * libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo2021-07-091-7/+16
| * libperf: Add group support to perf_evsel__open()Jiri Olsa2021-07-091-2/+24
| * 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-097-20/+26
| * libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-0911-23/+23
| * libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0920-77/+103
| * libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-0921-58/+59
| * libperf: Change tests to single static and shared binariesJiri Olsa2021-07-0711-51/+67
| * 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-055-5/+6
| * tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2021-07-051-0/+3
| * tools headers UAPI: Update tools's copy of drm/drm.h headerArnaldo Carvalho de Melo2021-07-051-4/+24
| * tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-34/+359
| * tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-2/+28
| * 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
* | Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-091-0/+18
|\ \
| * | tracing/selftests: Add tests to test histogram sym and sym-offset modifiersSteven Rostedt (VMware)2021-07-081-0/+18
* | | selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V2021-07-081-2/+3
* | | selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V2021-07-081-52/+61