index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
stat-shadow.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf metric: Add referenced metrics to hash data
Jiri Olsa
2020-07-30
1
-6
/
+14
*
perf metric: Rename expr__add_id() to expr__add_val()
Jiri Olsa
2020-07-17
1
-2
/
+2
*
perf tools: Add test_generic_metric function
Jiri Olsa
2020-06-22
1
-0
/
+14
*
perf tools: Factor out prepare_metric function
Jiri Olsa
2020-06-22
1
-19
/
+34
*
perf stat: Do not pass avg to generic_metric
Jiri Olsa
2020-05-28
1
-8
/
+2
*
perf expr: Migrate expr ids table to a hashmap
Ian Rogers
2020-05-28
1
-17
/
+32
*
perf stat: Increase perf metric output resolution
Paul A. Clarke
2020-05-28
1
-1
/
+1
*
perf evsel: Rename perf_evsel__is_*() to evsel__is*()
Arnaldo Carvalho de Melo
2020-05-05
1
-18
/
+18
*
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
2020-04-30
1
-6
/
+11
*
perf expr: Add expr_ prefix for parse_ctx and parse_id
Jiri Olsa
2020-04-16
1
-1
/
+1
*
perf stat: Fix no metric header if --per-socket and --metric-only set
Jin Yao
2020-04-14
1
-2
/
+5
*
perf expr: Straighten expr__parse()/expr__find_other() interface
Jiri Olsa
2020-03-10
1
-3
/
+1
*
perf stat: Don't report a null stalled cycles per insn metric
Kim Phillips
2020-02-10
1
-6
/
+0
*
perf stat: Fix free memory access / memory leaks in metrics
Andi Kleen
2019-09-25
1
-2
/
+2
*
perf metricgroup: Support multiple events for metricgroup
Jin Yao
2019-09-01
1
-4
/
+23
*
perf metricgroup: Scale the metric result
Jin Yao
2019-09-01
1
-11
/
+27
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-15
/
+15
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-19
/
+19
*
perf stat: Always separate stalled cycles per insn
Cong Wang
2019-07-23
1
-1
/
+2
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+2
*
perf stat: Fix metrics with --no-merge
Andi Kleen
2019-07-02
1
-1
/
+17
*
perf stat: Make metric event lookup more robust
Andi Kleen
2019-07-02
1
-2
/
+3
*
perf stat: Support per-die aggregation
Kan Liang
2019-06-10
1
-0
/
+1
*
perf util: Use cached rbtree for rblists
Davidlohr Bueso
2019-01-25
1
-1
/
+1
*
perf stat: Fix shadow stats for clock events
Ravi Bangoria
2018-12-17
1
-1
/
+2
*
perf stat: Use perf_evsel__is_clocki() for clock events
Ravi Bangoria
2018-11-22
1
-2
/
+1
*
perf stat: Pass a 'struct perf_stat_config' argument to global print functions
Jiri Olsa
2018-08-30
1
-68
/
+79
*
perf stat: Get rid of extra clock display function
Jiri Olsa
2018-07-24
1
-3
/
+2
*
perf stat: Remove a set of shadow stats static variables
Jin Yao
2017-12-27
1
-53
/
+15
*
perf stat: Print per-thread shadow stats
Jin Yao
2017-12-27
1
-77
/
+132
*
perf stat: Update per-thread shadow stats
Jin Yao
2017-12-27
1
-28
/
+58
*
perf stat: Create the runtime_stat init/exit function
Jin Yao
2017-12-27
1
-0
/
+17
*
perf stat: Extend rbtree to support per-thread shadow stats
Jin Yao
2017-12-27
1
-0
/
+27
*
perf stat: Define a structure for per-thread shadow stats
Jin Yao
2017-12-27
1
-11
/
+0
*
perf stat: Add rbtree node_delete op
Jin Yao
2017-12-05
1
-1
/
+11
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf stat: Move the shadow stats scale computation in perf_stat__update_shado...
Jiri Olsa
2017-10-30
1
-23
/
+25
*
|
perf stat: Support duration_time for metrics
Andi Kleen
2017-09-13
1
-4
/
+13
*
|
perf stat: Don't use ctx for saved values lookup
Andi Kleen
2017-09-13
1
-11
/
+5
*
|
perf stat: Support JSON metrics in perf stat
Andi Kleen
2017-09-13
1
-2
/
+20
*
|
perf stat: Print generic metric header even for failed expressions
Andi Kleen
2017-09-13
1
-1
/
+3
*
|
perf stat: Factor out generic metric printing
Andi Kleen
2017-09-13
1
-27
/
+42
|
/
*
perf stat: Fix saved values rbtree lookup
Andi Kleen
2017-08-11
1
-1
/
+5
*
perf stat: Add support to measure SMI cost
Kan Liang
2017-06-21
1
-0
/
+33
*
perf pmu: Add support for MetricName JSON attribute
Andi Kleen
2017-03-23
1
-1
/
+3
*
perf stat: Output JSON MetricExpr metric
Andi Kleen
2017-03-23
1
-0
/
+195
*
perf stat: Add computation of TopDown formulas
Andi Kleen
2016-06-06
1
-0
/
+162
*
perf stat: Update runtime using cpu-clock event
Namhyung Kim
2016-05-17
1
-2
/
+4
[next]