summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2023-02-19perf stat: Hide runtime_statIan Rogers
2023-02-19perf stat: Move enums from headerIan Rogers
2023-02-19perf stat: Remove perf_stat_evsel_idIan Rogers
2023-02-19perf stat: Use metrics for --smi-costIan Rogers
2023-02-19perf stat: Remove hard coded transaction eventsIan Rogers
2023-02-19perf stat: Remove topdown event special handlingIan Rogers
2023-02-19perf stat: Implement --topdown using json metricsIan Rogers
2023-02-19perf stat: Add TopdownL1 metric as a default if presentIan Rogers
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers
2023-02-19perf expr: More explicit NAN handlingIan Rogers
2023-02-19perf metric: Compute and print threshold valuesIan Rogers
2023-02-19perf list: Support for printing metric thresholdsIan Rogers
2023-02-19perf pmu-events: Make the metric_constraint an enumIan Rogers
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers
2023-02-19perf pmu-events: Change perpkg to be a boolIan Rogers
2023-02-19perf pmu-events: Change deprecated to be a boolIan Rogers
2023-02-19perf metrics: Improve variable namesIan Rogers
2023-02-19perf tools: Ensure evsel name is initializedIan Rogers
2023-02-19perf test: Fix offcpu test prev_state checkNamhyung Kim
2023-02-17perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang
2023-02-09perf stat: Avoid merging/aggregating metric counts twiceIan Rogers
2023-02-08perf tools: Fix perf tool build error in util/pfm.cThomas Richter
2023-02-08perf lock contention: Support old rw_semaphore typeNamhyung Kim
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim
2023-02-06perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev
2023-02-03perf report: Support Retire LatencyKan Liang
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim
2023-02-03perf lock contention: Factor out lock_contention_get_name()Namhyung Kim
2023-02-03perf arm-spe: Add raw decoding for SPEv1.2 previous branch addressRob Herring
2023-02-03perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das
2023-02-02perf script: Show branch speculation infoSandipan Das
2023-02-02perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim
2023-02-02perf arm-spe: Only warn once for each unsupported address packetRob Herring
2023-02-02perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen
2023-02-02perf symbols: Get symbols for .plt.got for x86-64Adrian Hunter
2023-02-02perf symbols: Start adding support for .plt.got for x86Adrian Hunter
2023-02-01perf symbols: Allow for static executables with .pltAdrian Hunter
2023-02-01perf symbols: Allow for .plt without headerAdrian Hunter
2023-02-01perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter
2023-02-01perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter
2023-02-01perf symbols: Sort plt relocations for x86Adrian Hunter