summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf-event.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-16perf evsel: Fix the annotation for hardware events on hybridKan Liang1-3/+14
2023-06-16perf srcline: Fix handling of inline functionsIan Rogers1-56/+80
2023-06-14perf srcline: Add a timeout to reading from addr2lineIan Rogers3-4/+14
2023-06-14tools api: Add simple timeout to io readIan Rogers1-1/+27
2023-06-14perf tool x86: Fix perf_env memory leakIan Rogers1-1/+1
2023-06-14perf vendor events arm64: Add default tags into topdown L1 metricsKan Liang1-4/+8
2023-06-14pert tests: Support metricgroup perf stat JSON outputKan Liang1-0/+3
2023-06-14perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta1-0/+18
2023-06-14perf tests task_analyzer: Print command that failed instead of just "perf"Aditya Gupta1-12/+12
2023-06-14perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta1-1/+1
2023-06-14perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheckSpoorthy S1-2/+2
2023-06-14perf tests test_brstack.sh: Fix all POSIX sh warningsGeetika1-6/+6
2023-06-14perf tests shell: Fixed shellcheck warningsSamir Mulani3-11/+11
2023-06-14perf tests lock_contention: Fix shellscript errorsAbhirup Deb1-35/+35
2023-06-14perf tests test_arm_spe: Address shellcheck warnings about signal name caseAbhirup Deb1-1/+1
2023-06-14perf tests test_task_analyzer: Fix shellcheck issuesAboorva Devarajan1-27/+27
2023-06-14perf tests stat_all_metrics: Fix shellcheck warning SC2076Barnali Guha Thakurata1-3/+3
2023-06-14perf tests test_arm_coresight: Shellcheck fixesAnushree Mathur1-3/+3
2023-06-14perf tests stat+csv_output: Fix shellcheck warningsKorrapati Likhitha1-2/+2
2023-06-14perf tests daemon: Address shellcheck warningsShirisha G1-38/+75
2023-06-14perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S1-3/+3
2023-06-14perf tests stat+json_output: Address shellcheck warningsDisha Goel1-1/+1
2023-06-14perf python scripting: Get rid of unused import in arm-cs-trace-disasmSourabh Jain1-1/+0
2023-06-14perf tool x86: Consolidate is_amd check into single functionRavi Bangoria5-31/+31
2023-06-14perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers3-15/+2
2023-06-14perf metric: Fix no group checkKan Liang1-1/+1
2023-06-14tools api fs: More thread safety for global filesystem variablesIan Rogers1-125/+86
2023-06-14perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers1-8/+53
2023-06-14perf srcline: Make addr2line configuration failure more verboseIan Rogers1-13/+21
2023-06-14perf tests: Make x86 new instructions test optional at build timeAdrian Hunter6-1/+20
2023-06-14perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim1-3/+5
2023-06-14perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-06-13perf pfm: Remove duplicate util/cpumap.h includeArnaldo Carvalho de Melo1-1/+0
2023-06-13perf annotate: Allow whitespace between insn operandsNamhyung Kim1-1/+1
2023-06-12perf inject: Lazily allocate guest_event event_bufIan Rogers1-3/+12
2023-06-12perf inject: Lazily allocate event_copyIan Rogers1-3/+13
2023-06-12perf script: Remove some large stack allocationsIan Rogers1-4/+13
2023-06-12perf sched: Avoid large stack allocationsIan Rogers1-4/+22
2023-06-12perf bench sched messaging: Free contexts on exitIan Rogers1-1/+17
2023-06-12perf bench futex: Avoid memory leaks from pthread_attrIan Rogers4-26/+29
2023-06-12perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers2-0/+10
2023-06-12perf help: Ensure clean_cmds is called on all pathsIan Rogers1-0/+3
2023-06-12lib subcmd: Avoid memory leak in exclude_cmdsIan Rogers1-2/+6
2023-06-12perf cs-etm: Add exception level consistency checkJames Clark3-15/+36
2023-06-12perf cs-etm: Track exception levelJames Clark3-22/+68
2023-06-12perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark3-33/+37
2023-06-12perf cs-etm: Use previous thread for branch sample source IPJames Clark1-2/+15
2023-06-12perf cs-etm: Only track threads instead of PID and TIDsJames Clark1-80/+38
2023-06-12perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark1-4/+6
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo7-9/+12