summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-shadow.c
Commit message (Expand)AuthorAgeFilesLines
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-1/+1
* perf stat: Basic support for iostat in perfAlexander Antonov2021-04-201-1/+4
* perf stat: Improve readability of shadow statsChangbin Du2021-03-151-9/+7
* perf stat: Support L2 Topdown eventsKan Liang2021-02-081-0/+92
* perf stat: Take cgroups into account for shadow statsNamhyung Kim2021-01-151-7/+19
* perf stat: Introduce struct runtime_stat_dataNamhyung Kim2021-01-151-173/+173
* perf stat: Support new per thread TopDown metricsAndi Kleen2020-09-171-0/+89
* perf stat: Fix the ratio comments of miss-eventsQi Liu2020-09-161-10/+10
* perf metric: Release expr_parse_ctx after testingNamhyung Kim2020-09-151-3/+5
* perf metric: Add referenced metrics to hash dataJiri Olsa2020-07-301-6/+14
* perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2020-07-171-2/+2
* perf tools: Add test_generic_metric functionJiri Olsa2020-06-221-0/+14
* perf tools: Factor out prepare_metric functionJiri Olsa2020-06-221-19/+34
* perf stat: Do not pass avg to generic_metricJiri Olsa2020-05-281-8/+2
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-281-17/+32
* perf stat: Increase perf metric output resolutionPaul A. Clarke2020-05-281-1/+1
* perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo2020-05-051-18/+18
* perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain2020-04-301-6/+11
* perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa2020-04-161-1/+1
* perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao2020-04-141-2/+5
* perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa2020-03-091-3/+1
* perf stat: Don't report a null stalled cycles per insn metricKim Phillips2020-02-101-6/+0
* perf stat: Fix free memory access / memory leaks in metricsAndi Kleen2019-09-251-2/+2
* perf metricgroup: Support multiple events for metricgroupJin Yao2019-08-311-4/+23
* perf metricgroup: Scale the metric resultJin Yao2019-08-311-11/+27
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-15/+15
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-2/+2
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-19/+19
* perf stat: Always separate stalled cycles per insnCong Wang2019-07-231-1/+2
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-1/+2
* perf stat: Fix metrics with --no-mergeAndi Kleen2019-07-011-1/+17
* perf stat: Make metric event lookup more robustAndi Kleen2019-07-011-2/+3
* perf stat: Support per-die aggregationKan Liang2019-06-101-0/+1
* perf util: Use cached rbtree for rblistsDavidlohr Bueso2019-01-251-1/+1
* perf stat: Fix shadow stats for clock eventsRavi Bangoria2018-12-171-1/+2
* perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria2018-11-211-2/+1
* perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa2018-08-301-68/+79
* perf stat: Get rid of extra clock display functionJiri Olsa2018-07-241-3/+2
* perf stat: Remove a set of shadow stats static variablesJin Yao2017-12-271-53/+15
* perf stat: Print per-thread shadow statsJin Yao2017-12-271-77/+132
* perf stat: Update per-thread shadow statsJin Yao2017-12-271-28/+58
* perf stat: Create the runtime_stat init/exit functionJin Yao2017-12-271-0/+17
* perf stat: Extend rbtree to support per-thread shadow statsJin Yao2017-12-271-0/+27
* perf stat: Define a structure for per-thread shadow statsJin Yao2017-12-271-11/+0
* perf stat: Add rbtree node_delete opJin Yao2017-12-051-1/+11
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-301-23/+25
* | perf stat: Support duration_time for metricsAndi Kleen2017-09-131-4/+13
* | perf stat: Don't use ctx for saved values lookupAndi Kleen2017-09-131-11/+5