aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-10-13perf build: Allow nested externs to enable BUILD_BUG() usageVasily Gorbik1-1/+1
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-15/+15
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-25/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2-25/+0
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig3-6/+6
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig3-3/+3
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig3-6/+6
2020-09-22fs: remove compat_sys_mountChristoph Hellwig2-2/+2
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu1-10/+10
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim3-0/+13
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim1-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim1-3/+5
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim1-5/+9
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim1-0/+2
2020-09-15perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim3-1/+7
2020-09-15perf vendor events amd: Remove trailing commasHenry Burns2-2/+2
2020-09-14perf test: Leader sampling shouldn't clear sample periodIan Rogers2-0/+30
2020-09-14perf record: Don't clear event's period if set by a termIan Rogers1-8/+26
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian1-2/+1
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp1-1/+6
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers1-2/+2
2020-09-14perf test: Fix the "signal" test inline assemblyJiri Olsa1-1/+4
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa3-7/+24
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2-0/+8
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session__new())YueHaibing1-2/+2
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao3-3/+9
2020-09-03perf jevents: Fix suspicious code in fixregex()Namhyung Kim1-1/+1
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo1-4/+4
2020-09-01perf report: Disable ordered_events for raw dumpJiri Olsa1-0/+3
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo1-1/+2
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers1-13/+17
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter1-1/+1
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metrics" testThomas Richter1-0/+3
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao2-2/+5
2020-09-01perf record: Correct the help info of option "--no-bpf-event"Wei Li1-1/+1
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2-2/+2
2020-08-21perf: arm-spe: Fix check error when synthesizing eventsWei Li1-3/+3
2020-08-21perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsArnaldo Carvalho de Melo1-0/+1
2020-08-21perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang1-0/+2
2020-08-21perf sched timehist: Fix use of CPU list with summary optionDavid Ahern1-1/+5
2020-08-21perf test: Fix basic bpf filtering testSumanth Korikkar1-1/+1
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds27-229/+1209