summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers
2023-06-20perf sharded_mutex: Introduce sharded_mutexIan Rogers
2023-06-20tools: Fix incorrect calculation of object size by sizeofLi Dong
2023-06-20perf parse-events: Remove unneeded semicolonbaomingtong001@208suo.com
2023-06-20perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong
2023-06-20perf stat: Add missing newline in pr_err messagesYang Jihong
2023-06-16perf pmus: Check if we can encode the PMU number in perf_event_attr.typeArnaldo Carvalho de Melo
2023-06-16perf print-events: Export is_event_supported()Arnaldo Carvalho de Melo
2023-06-16perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescen...Tiezhu Yang
2023-06-16perf mem: Scan all PMUs instead of just core onesRavi Bangoria
2023-06-16perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria
2023-06-16perf pmus: Describe semantics of 'core_pmus' and 'other_pmus'Ravi Bangoria
2023-06-16perf stat: Show average value on multiple runsNamhyung Kim
2023-06-16perf stat: Reset aggr stats for each runNamhyung Kim
2023-06-16perf test: fix failing test cases on linux-next for s390Thomas Richter
2023-06-16perf annotate: Work with vmlinux outside symfsVincent Whitchurch
2023-06-16perf vendor events arm64: Add default tags for Hisi hip08 L1 metricsKan Liang
2023-06-16perf test: Add test case for the standard 'perf stat' outputKan Liang
2023-06-16perf test: Move all the check functions of stat CSV output to libKan Liang
2023-06-16perf stat: New metricgroup output for the default modeKan Liang
2023-06-16perf metrics: Sort the Default metricgroupKan Liang
2023-06-15pert tests: Update metric-value for perf stat JSON outputKan Liang
2023-06-15perf stat,jevents: Introduce Default tags for the default modeKan Liang
2023-06-15perf metric: JSON flag to default metric groupKan Liang
2023-06-15perf evsel: Fix the annotation for hardware events on hybridKan Liang
2023-06-15perf srcline: Fix handling of inline functionsIan Rogers
2023-06-14perf srcline: Add a timeout to reading from addr2lineIan Rogers
2023-06-14perf tool x86: Fix perf_env memory leakIan Rogers
2023-06-13perf vendor events arm64: Add default tags into topdown L1 metricsKan Liang
2023-06-13pert tests: Support metricgroup perf stat JSON outputKan Liang
2023-06-13perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta
2023-06-13perf tests task_analyzer: Print command that failed instead of just "perf"Aditya Gupta
2023-06-13perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta
2023-06-13perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheckSpoorthy S
2023-06-13perf tests test_brstack.sh: Fix all POSIX sh warningsGeetika
2023-06-13perf tests shell: Fixed shellcheck warningsSamir Mulani
2023-06-13perf tests lock_contention: Fix shellscript errorsAbhirup Deb
2023-06-13perf tests test_arm_spe: Address shellcheck warnings about signal name caseAbhirup Deb
2023-06-13perf tests test_task_analyzer: Fix shellcheck issuesAboorva Devarajan
2023-06-13perf tests stat_all_metrics: Fix shellcheck warning SC2076Barnali Guha Thakurata
2023-06-13perf tests test_arm_coresight: Shellcheck fixesAnushree Mathur
2023-06-13perf tests stat+csv_output: Fix shellcheck warningsKorrapati Likhitha
2023-06-13perf tests daemon: Address shellcheck warningsShirisha G
2023-06-13perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S
2023-06-13perf tests stat+json_output: Address shellcheck warningsDisha Goel
2023-06-13perf python scripting: Get rid of unused import in arm-cs-trace-disasmSourabh Jain
2023-06-13perf tool x86: Consolidate is_amd check into single functionRavi Bangoria
2023-06-13perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers
2023-06-13perf metric: Fix no group checkKan Liang
2023-06-13perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers