summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu3-7/+15
2024-07-12perf dso: Fix address sanitizer buildIan Rogers9-44/+56
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan1-0/+14
2024-07-12perf arm-spe: Support multiple Arm SPE PMUsLeo Yan1-1/+1
2024-07-12perf build x86: Fix SC2034 error in syscalltbl.shHaoze Xie1-1/+3
2024-07-12perf record: Fix memset out-of-range errorHaoze Xie1-2/+2
2024-07-12perf sched map: Add --fuzzy-name option for fuzzy matching in task namesMadadi Vineeth Reddy2-7/+16
2024-07-12perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy2-7/+30
2024-07-12perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy2-36/+117
2024-07-12perf build: Conditionally add feature check flags for libtrace{event,fs}Guilherme Amadio1-10/+10
2024-07-04perf install: Don't propagate subdir to Documentation submakeNicolas Schier1-1/+1
2024-07-04perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metricsXu Yang3-0/+884
2024-07-04perf vendor events arm64:: Add i.MX93 DDR Performance Monitor metricsXu Yang2-0/+35
2024-07-04perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers1-5/+21
2024-07-04perf comm str: Avoid sort during insertIan Rogers1-11/+18
2024-07-03perf report: Calling available function for stats printingAbhishek Dubey1-2/+1
2024-07-03perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-07-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-07-02Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim11-11/+49
2024-06-28perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy2-1/+11
2024-06-28perf: pmus: Remove unneeded semicolonYang Li1-1/+1
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim1-3/+14
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim1-0/+3
2024-06-28perf pmu: Don't de-duplicate core PMUsJames Clark1-6/+21
2024-06-28perf pmu: Restore full PMU name wildcard supportJames Clark2-1/+79
2024-06-28perf report: Display pregress bar on redirected pipe dataNamhyung Kim1-1/+19
2024-06-26perf test stat_bpf_counter.sh: Stabilize the test resultsVeronika Molnarova1-18/+18
2024-06-26perf python: Clean up build dependenciesIan Rogers2-62/+1
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers4-208/+110
2024-06-26perf util: Make util its own libraryIan Rogers36-305/+316
2024-06-26perf bench: Make bench its own libraryIan Rogers3-26/+35
2024-06-26perf test: Make tests its own libraryIan Rogers13-104/+115
2024-06-26perf pmu-events: Make pmu-events a libraryIan Rogers1-6/+10
2024-06-26perf ui: Make ui its own libraryIan Rogers5-21/+31
2024-06-26perf build: Add '*.a' to clean targetsIan Rogers1-5/+12
2024-06-25perf mem: Fix a segfault with NULL event->nameNamhyung Kim1-1/+1
2024-06-25perf tools: Fix a compiler warning of NULL pointerNamhyung Kim1-0/+3
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim1-4/+1
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-06-25perf pmus: Fixes always false when compare duplicates aliasesJunhao He1-2/+3
2024-06-25perf unwind-libunwind: Add malloc() failure handlingYunseong Kim1-0/+5
2024-06-25util: constant -1 with expression of type charYunseong Kim1-1/+1
2024-06-25perf: Timehist account sch delay for scheduled out runningFernand Sieber2-3/+6
2024-06-25perf tests: Add APX and other new instructions to x86 instruction decoder testAdrian Hunter3-0/+1739
2024-06-25perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoderAdrian Hunter1-0/+9
2024-06-25perf test: Check output of the probe ... --funcs commandChaitanya S Prakash1-1/+1
2024-06-25tools/perf: Fix parallel-perf python script to replace new python syntax ":="...Athira Rajeev1-1/+2
2024-06-25tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...Athira Rajeev2-2/+2
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev3-1/+18
2024-06-25perf test: Make test_arm_callgraph_fp.sh more robustJames Clark2-21/+26