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