summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-shadow.c
AgeCommit message (Expand)AuthorLines
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen-0/+89
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu-10/+10
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim-3/+5
2020-07-30perf metric: Add referenced metrics to hash dataJiri Olsa-6/+14
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa-2/+2
2020-06-22perf tools: Add test_generic_metric functionJiri Olsa-0/+14
2020-06-22perf tools: Factor out prepare_metric functionJiri Olsa-19/+34
2020-05-28perf stat: Do not pass avg to generic_metricJiri Olsa-8/+2
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers-17/+32
2020-05-28perf stat: Increase perf metric output resolutionPaul A. Clarke-1/+1
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo-18/+18
2020-04-30perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain-6/+11
2020-04-16perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa-1/+1
2020-04-14perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao-2/+5
2020-03-09perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa-3/+1
2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips-6/+0
2019-09-25perf stat: Fix free memory access / memory leaks in metricsAndi Kleen-2/+2
2019-08-31perf metricgroup: Support multiple events for metricgroupJin Yao-4/+23
2019-08-31perf metricgroup: Scale the metric resultJin Yao-11/+27
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa-15/+15
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa-19/+19
2019-07-23perf stat: Always separate stalled cycles per insnCong Wang-1/+2
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo-1/+2
2019-07-01perf stat: Fix metrics with --no-mergeAndi Kleen-1/+17
2019-07-01perf stat: Make metric event lookup more robustAndi Kleen-2/+3
2019-06-10perf stat: Support per-die aggregationKan Liang-0/+1
2019-01-25perf util: Use cached rbtree for rblistsDavidlohr Bueso-1/+1
2018-12-17perf stat: Fix shadow stats for clock eventsRavi Bangoria-1/+2
2018-11-21perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria-2/+1
2018-08-30perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa-68/+79
2018-07-24perf stat: Get rid of extra clock display functionJiri Olsa-3/+2
2017-12-27perf stat: Remove a set of shadow stats static variablesJin Yao-53/+15
2017-12-27perf stat: Print per-thread shadow statsJin Yao-77/+132
2017-12-27perf stat: Update per-thread shadow statsJin Yao-28/+58
2017-12-27perf stat: Create the runtime_stat init/exit functionJin Yao-0/+17
2017-12-27perf stat: Extend rbtree to support per-thread shadow statsJin Yao-0/+27
2017-12-27perf stat: Define a structure for per-thread shadow statsJin Yao-11/+0
2017-12-05perf stat: Add rbtree node_delete opJin Yao-1/+11
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa-23/+25
2017-09-13perf stat: Support duration_time for metricsAndi Kleen-4/+13
2017-09-13perf stat: Don't use ctx for saved values lookupAndi Kleen-11/+5
2017-09-13perf stat: Support JSON metrics in perf statAndi Kleen-2/+20
2017-09-13perf stat: Print generic metric header even for failed expressionsAndi Kleen-1/+3
2017-09-13perf stat: Factor out generic metric printingAndi Kleen-27/+42
2017-08-11perf stat: Fix saved values rbtree lookupAndi Kleen-1/+5
2017-06-21perf stat: Add support to measure SMI costKan Liang-0/+33
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen-1/+3