aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers6-12/+28
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers26-69/+81
2023-04-06perf map: Rename map_ip() and unmap_ip()Ian Rogers6-13/+13
2023-04-06perf vendor events intel: Update free running tigerlake eventsIan Rogers2-36/+50
2023-04-06perf vendor events intel: Update free running snowridgex eventsIan Rogers2-66/+30
2023-04-06perf vendor events intel: Correct knightslanding memory topicIan Rogers2-36/+38
2023-04-06perf vendor events intel: Update free running icelakex eventsIan Rogers2-58/+30
2023-04-06perf vendor events intel: Update free running alderlake eventsIan Rogers2-8/+24
2023-04-06perf pmu: Sort and remove duplicates using JSON PMU nameIan Rogers1-16/+31
2023-04-06perf pmu: Improve name/comments, avoid a memory allocationIan Rogers2-10/+25
2023-04-06perf pmu: Fewer const castsIan Rogers1-6/+6
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim1-3/+19
2023-04-06perf lock contention: Revise needs_callstack() conditionNamhyung Kim2-2/+2
2023-04-06perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim3-1/+15
2023-04-06perf lock contention: Add data failure statNamhyung Kim4-2/+8
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim4-6/+7
2023-04-06perf lock contention: Use -M for --map-nr-entriesNamhyung Kim2-1/+2
2023-04-06perf lock contention: Simplify parse_lock_type()Namhyung Kim1-35/+8
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett13-17/+17
2023-04-06perf pmu: Fix a few potential fd leaksIan Rogers1-2/+10
2023-04-06perf pmu: Make parser reentrantIan Rogers4-13/+37
2023-04-04perf map: Add accessor for start and endIan Rogers29-114/+125
2023-04-04perf map: Add accessor for dsoIan Rogers54-319/+447
2023-04-04perf maps: Add functions to access mapsIan Rogers20-111/+175
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers17-186/+295
2023-04-04perf map: Move map list node into symbolIan Rogers2-24/+54
2023-04-04perf jit: Fix a few memory leaksIan Rogers2-18/+34
2023-04-04perf build: Allow C++ demangle without libelfIan Rogers1-1/+0
2023-04-04perf srcline: Avoid addr2line SIGPIPEsIan Rogers1-0/+2
2023-04-04perf srcline: Support for llvm-addr2lineIan Rogers1-7/+67
2023-04-04perf srcline: Simplify addr2line subprocessIan Rogers1-65/+38
2023-04-04tools api: Add io__getlineIan Rogers1-0/+36
2023-04-04perf intel-pt: Use perf_pmu__scan_file_at() if possibleNamhyung Kim1-20/+32
2023-04-04perf pmu: Add perf_pmu__{open,scan}_file_at()Namhyung Kim2-13/+50
2023-04-04perf pmu: Use relative path in setup_pmu_alias_list()Namhyung Kim1-6/+7
2023-04-04perf pmu: Use relative path in perf_pmu__caps_parse()Namhyung Kim1-4/+6
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim3-63/+111
2023-04-04perf bench: Add pmu-scan benchmarkNamhyung Kim4-0/+187
2023-04-04perf pmu: Add perf_pmu__destroy() functionNamhyung Kim2-0/+52
2023-04-04perf tools: Fix a asan issue in parse_events_multi_pmu_add()Namhyung Kim1-1/+1
2023-04-04perf list: Use relative path for tracepoint scanNamhyung Kim1-7/+31
2023-04-04tools build: Add a feature test for scandirat(), that is not implemented so f...Arnaldo Carvalho de Melo1-0/+4
2023-04-04perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter1-0/+2
2023-04-04perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-04-04perf arm-spe: Add raw decoding for SPEv1.3 MTE and MOPS load/storeRob Herring2-0/+12
2023-04-04perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach2-18/+235
2023-04-04perf cs-etm: Update record event to use new Trace ID protocolMike Leach1-10/+17
2023-04-04perf cs-etm: Move mapping of Trace ID and cpu into helper functionMike Leach3-35/+74
2023-04-04perf lock contention: Show detail failure reason for BPFNamhyung Kim4-11/+42
2023-04-04perf lock contention: Fix debug stat if no contentionNamhyung Kim1-2/+2