aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers3-4/+3
2024-12-18perf python: Remove unused #includeIan Rogers1-1/+0
2024-12-18perf python: Constify variables and parametersIan Rogers1-26/+29
2024-12-18perf python: Remove python 2 scripting supportIan Rogers3-139/+15
2024-12-18perf intel-pt: Add a test for pause / resumeAdrian Hunter1-0/+28
2024-12-18perf intel-pt: Add documentation for pause / resumeAdrian Hunter1-0/+108
2024-12-18perf intel-pt: Improve man page formatAdrian Hunter1-219/+267
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter2-12/+87
2024-12-18perf tools: Parse aux-actionAdrian Hunter5-8/+74
2024-12-18perf tools: Add aux-action config termAdrian Hunter6-0/+16
2024-12-18perf tools: Add aux_start_paused, aux_pause and aux_resumeAdrian Hunter1-0/+3
2024-12-18perf build: Minor improvement for linking libzstdLeo Yan1-1/+7
2024-12-18perf tools tests shell base_probe: Enhance print_overall_results to print sum...Athira Rajeev3-3/+12
2024-12-18perf tools arch powerpc: Add register mask for power11 PVR in extended regsAthira Rajeev1-1/+2
2024-12-18perf ftrace latency: Fix compiler error for clang 12Namhyung Kim1-1/+2
2024-12-18tools build: Test for presence of libtraceevent and libtracefs in test-all.cArnaldo Carvalho de Melo1-2/+0
2024-12-13perf tests switch-tracking: Set this test to run exclusivelyArnaldo Carvalho de Melo1-1/+1
2024-12-13perf test: Introduce DEFINE_SUITE_EXCLUSIVE()Ravi Bangoria1-0/+10
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo16-23/+84
2024-12-12perf expr: Initialize is_test value in expr__ctx_new()Levi Yun1-4/+1
2024-12-12perf tests: Fix an incorrect type in append_script()Jiapeng Chong1-1/+1
2024-12-12perf test: Remove duplicate wordRuffalo Lavoisier1-1/+1
2024-12-12perf string: Avoid undefined NULL+1Ian Rogers1-3/+12
2024-12-12perf vendor events arm64: Update N2/V2 events from sourceJames Clark12-75/+82
2024-12-12perf tools: Avoid unaligned pointer operationsNamhyung Kim1-5/+9
2024-12-11perf probe: Fix uninitialized variableJames Clark1-1/+1
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers1-7/+12
2024-12-10perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han3-5/+15
2024-12-10perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han3-4/+8
2024-12-10perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han1-1/+2
2024-12-10perf jevents: Fix build issue in '*/' in event descriptionsIan Rogers1-1/+4
2024-12-10perf test: Parse 'perf stat' Topdown events for aarch64Veronika Molnarova1-1/+1
2024-12-10perf probe: Replace unacceptable characters when generating event nameMasami Hiramatsu (Google)4-7/+46
2024-12-10perf ftrace latency: Add --max-latency optionGabriele Monaco4-4/+33
2024-12-10perf ftrace latency: Introduce --min-latency to narrow down into a latency rangeArnaldo Carvalho de Melo5-7/+43
2024-12-10perf ftrace latency: Introduce --bucket-range to ask for linear bucketingArnaldo Carvalho de Melo5-13/+73
2024-12-10perf ftrace latency: Pass ftrace pointer to histogram routines to pass more argsArnaldo Carvalho de Melo1-7/+8
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-09perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu1-1/+2
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-09perf tests: Enable tests disabled due to tracepoint parsingIan Rogers3-29/+4
2024-12-09perf evsel: Allow evsel__newtp without libtraceeventIan Rogers3-51/+82
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers13-60/+128
2024-12-09perf trace-event: Always build trace-event-info.cIan Rogers3-7/+1
2024-12-09perf trace-event: Constify print argumentsIan Rogers2-2/+2
2024-12-09perf env: Ensure failure broken topology file reads are always -1 encodedIan Rogers1-3/+6
2024-12-09perf btf: Make the sigtrap test helper to find a member by name widely availableArnaldo Carvalho de Melo4-17/+41
2024-12-09perf pmu: Remove use of perf_cpu_map__read()Ian Rogers1-10/+20