summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-07-28perf doc: Fix typo in perf.data-file-format.txtXiu Jianfeng
2023-07-28perf machine: Include data symbols in the kernel mapNamhyung Kim
2023-07-28perf symbols: Add kallsyms__get_symbol_start()Namhyung Kim
2023-07-28perf parse-events: Remove ABORT_ONIan Rogers
2023-07-28perf parse-events: Improve location for add pmuIan Rogers
2023-07-28perf parse-events: Populate error column for BPF/tracepoint eventsIan Rogers
2023-07-28perf parse-events: Additional error reportingIan Rogers
2023-07-28perf parse-events: Separate ENOMEM memory handlingIan Rogers
2023-07-28perf parse-events: Move instances of YYABORT to YYNOMEMIan Rogers
2023-07-28perf parse-events: Separate YYABORT and YYNOMEM casesIan Rogers
2023-07-28perf parse-event: Add memory allocation test for name termsIan Rogers
2023-07-28perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
2023-07-28perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-27perf parse-events: Only move force grouped evsels when sortingIan Rogers
2023-07-27perf parse-events: When fixing group leaders always set the leaderIan Rogers
2023-07-27perf parse-events: Extra care around force grouped eventsIan Rogers
2023-07-26perf parse-events: Avoid regrouped warning for wild card eventsIan Rogers
2023-07-26perf parse-events: Add more comments to 'struct parse_events_state'Ian Rogers
2023-07-26perf parse-events: Remove two unused tokensIan Rogers
2023-07-26perf parse-events: Remove unused PE_KERNEL_PMU_EVENT tokenIan Rogers
2023-07-26perf parse-events: Remove unused PE_PMU_EVENT_FAKE tokenIan Rogers
2023-07-24perf build: Add LTO build optionIan Rogers
2023-07-24perf test: Avoid weak symbol for arch_testsIan Rogers
2023-07-24perf parse-events: Avoid use uninitialized warningIan Rogers
2023-07-24perf stat: Avoid uninitialized use of perf_stat_configIan Rogers
2023-07-24perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev
2023-07-24perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu
2023-07-20perf diff: Replaces some ',' as separator with the more usual ';'Lu Hongfei
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo
2023-07-20perf bench uprobe: Show diff to previousArnaldo Carvalho de Melo
2023-07-20perf bench uprobe: Print diff to baselineArnaldo Carvalho de Melo
2023-07-20perf bench uprobe: Add benchmark to test uprobe overheadArnaldo Carvalho de Melo
2023-07-20perf trace: Free thread_trace->files tableArnaldo Carvalho de Melo
2023-07-20perf trace: Really free the evsel->priv areaArnaldo Carvalho de Melo
2023-07-20perf trace: Register a thread priv destructorArnaldo Carvalho de Melo
2023-07-20perf thread: Allow tools to register a thread->priv destructorArnaldo Carvalho de Melo
2023-07-20perf evsel: Free evsel->filter on the destructorArnaldo Carvalho de Melo
2023-07-17perf/benchmark: add a new benchmark for seccom_unotifyAndrei Vagin
2023-07-17perf test task_exit: No need for a cycles event to check if we get an PERF_RE...Arnaldo Carvalho de Melo
2023-07-14perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2023-07-12perf parse-events: Avoid SEGV if PMU lookup fails for legacy cache termsIan Rogers
2023-07-11tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo
2023-07-11perf vendor events amd: Fix large metricsSandipan Das
2023-07-11perf build: Fix library not found error when using CSLIBSJames Clark
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo
2023-07-11perf probe: Read DWARF files from the correct CUGeorg Müller
2023-07-11perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-07-05perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...James Clark