summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Work with vmlinux outside symfsVincent Whitchurch2023-06-161-1/+4
* perf vendor events arm64: Add default tags for Hisi hip08 L1 metricsKan Liang2023-06-161-4/+8
* perf test: Add test case for the standard 'perf stat' outputKan Liang2023-06-161-0/+108
* perf test: Move all the check functions of stat CSV output to libKan Liang2023-06-162-173/+184
* perf stat: New metricgroup output for the default modeKan Liang2023-06-165-22/+234
* perf metrics: Sort the Default metricgroupKan Liang2023-06-162-0/+29
* pert tests: Update metric-value for perf stat JSON outputKan Liang2023-06-161-3/+3
* perf stat,jevents: Introduce Default tags for the default modeKan Liang2023-06-164-4/+12
* perf metric: JSON flag to default metric groupKan Liang2023-06-166-76/+114
* perf evsel: Fix the annotation for hardware events on hybridKan Liang2023-06-161-3/+14
* perf srcline: Fix handling of inline functionsIan Rogers2023-06-161-56/+80
* perf srcline: Add a timeout to reading from addr2lineIan Rogers2023-06-143-4/+14
* tools api: Add simple timeout to io readIan Rogers2023-06-141-1/+27
* perf tool x86: Fix perf_env memory leakIan Rogers2023-06-141-1/+1
* perf vendor events arm64: Add default tags into topdown L1 metricsKan Liang2023-06-141-4/+8
* pert tests: Support metricgroup perf stat JSON outputKan Liang2023-06-141-0/+3
* perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta2023-06-141-0/+18
* perf tests task_analyzer: Print command that failed instead of just "perf"Aditya Gupta2023-06-141-12/+12
* perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta2023-06-141-1/+1
* perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheckSpoorthy S2023-06-141-2/+2
* perf tests test_brstack.sh: Fix all POSIX sh warningsGeetika2023-06-141-6/+6
* perf tests shell: Fixed shellcheck warningsSamir Mulani2023-06-143-11/+11
* perf tests lock_contention: Fix shellscript errorsAbhirup Deb2023-06-141-35/+35
* perf tests test_arm_spe: Address shellcheck warnings about signal name caseAbhirup Deb2023-06-141-1/+1
* perf tests test_task_analyzer: Fix shellcheck issuesAboorva Devarajan2023-06-141-27/+27
* perf tests stat_all_metrics: Fix shellcheck warning SC2076Barnali Guha Thakurata2023-06-141-3/+3
* perf tests test_arm_coresight: Shellcheck fixesAnushree Mathur2023-06-141-3/+3
* perf tests stat+csv_output: Fix shellcheck warningsKorrapati Likhitha2023-06-141-2/+2
* perf tests daemon: Address shellcheck warningsShirisha G2023-06-141-38/+75
* perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S2023-06-141-3/+3
* perf tests stat+json_output: Address shellcheck warningsDisha Goel2023-06-141-1/+1
* perf python scripting: Get rid of unused import in arm-cs-trace-disasmSourabh Jain2023-06-141-1/+0
* perf tool x86: Consolidate is_amd check into single functionRavi Bangoria2023-06-145-31/+31
* perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers2023-06-143-15/+2
* perf metric: Fix no group checkKan Liang2023-06-141-1/+1
* tools api fs: More thread safety for global filesystem variablesIan Rogers2023-06-141-125/+86
* perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers2023-06-141-8/+53
* perf srcline: Make addr2line configuration failure more verboseIan Rogers2023-06-141-13/+21
* perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-146-1/+20
* perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim2023-06-141-3/+5
* perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim2023-06-141-1/+1
* perf pfm: Remove duplicate util/cpumap.h includeArnaldo Carvalho de Melo2023-06-131-1/+0
* perf annotate: Allow whitespace between insn operandsNamhyung Kim2023-06-131-1/+1
* perf inject: Lazily allocate guest_event event_bufIan Rogers2023-06-121-3/+12
* perf inject: Lazily allocate event_copyIan Rogers2023-06-121-3/+13
* perf script: Remove some large stack allocationsIan Rogers2023-06-121-4/+13
* perf sched: Avoid large stack allocationsIan Rogers2023-06-121-4/+22
* perf bench sched messaging: Free contexts on exitIan Rogers2023-06-121-1/+17
* perf bench futex: Avoid memory leaks from pthread_attrIan Rogers2023-06-124-26/+29
* perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers2023-06-122-0/+10