summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-03-02perf stat: Fix counting when initial delay configuredChangbin Du3-6/+13
2023-02-22perf test: Fix offcpu test prev_state checkNamhyung Kim1-1/+1
2023-02-17perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson3-8/+75
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang3-8/+31
2023-02-10perf stat: Avoid merging/aggregating metric counts twiceIan Rogers1-1/+1
2023-02-08perf tools: Fix perf tool build error in util/pfm.cThomas Richter1-4/+2
2023-02-08perf lock contention: Support old rw_semaphore typeNamhyung Kim1-13/+44
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim3-5/+57
2023-02-06perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev1-2/+2
2023-02-03perf report: Support Retire LatencyKan Liang3-1/+8
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim4-20/+45
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim3-17/+32
2023-02-03perf lock contention: Factor out lock_contention_get_name()Namhyung Kim1-50/+65
2023-02-03perf arm-spe: Add raw decoding for SPEv1.2 previous branch addressRob Herring2-1/+4
2023-02-03perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers2-3/+6
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers4-28/+34
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers6-125/+0
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers5-69/+12
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers1-2/+2
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers2-83/+80
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das1-2/+3
2023-02-02perf script: Show branch speculation infoSandipan Das3-3/+29
2023-02-02perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim1-5/+46
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim2-1/+2
2023-02-02perf arm-spe: Only warn once for each unsupported address packetRob Herring1-1/+5
2023-02-02perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen1-2/+15
2023-02-02perf symbols: Get symbols for .plt.got for x86-64Adrian Hunter1-4/+157
2023-02-02perf symbols: Start adding support for .plt.got for x86Adrian Hunter1-0/+29
2023-02-02perf symbols: Allow for static executables with .pltAdrian Hunter2-10/+21
2023-02-02perf symbols: Allow for .plt without headerAdrian Hunter1-1/+15
2023-02-02perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter1-1/+37
2023-02-02perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter2-0/+6
2023-02-02perf symbols: Sort plt relocations for x86Adrian Hunter1-3/+57
2023-02-02perf symbols: Add support for x86 .plt.secAdrian Hunter1-7/+23
2023-02-02perf symbols: Correct plt entry sizes for x86Adrian Hunter1-4/+13
2023-02-02perf session: Avoid calling lseek(2) for pipeNamhyung Kim1-2/+7
2023-02-02perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim2-0/+9
2023-01-30perf cs-etm: Update decoder code for OpenCSD version 1.4Mike Leach1-0/+3
2023-01-27perf buildid: Avoid copy of uninitialized memoryIan Rogers1-2/+2
2023-01-23perf: Various spelling fixesDiederik de Haas1-2/+2
2023-01-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-4/+11
2023-01-23perf cs-etm: Ensure that Coresight timestamps don't go backwardsJames Clark1-10/+19
2023-01-23perf cs_etm: Set the time field in the synthetic samplesGerman Gomez3-13/+120
2023-01-23perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez2-0/+4
2023-01-23perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez3-15/+40
2023-01-23perf pmu: Add function to check if a pmu file existsGerman Gomez2-0/+12
2023-01-23perf pmu: Remove remaining duplication of bus/event_source/devices/...James Clark1-12/+5
2023-01-23perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark5-60/+27
2023-01-23perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark2-70/+45
2023-01-23perf symbols: Check SHT_RELA and SHT_REL type earlierAdrian Hunter1-27/+27