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 stat: Modify the group test
Ian Rogers
2023-03-13
1
-1
/
+1
*
perf stat: Remove saved_value/runtime_stat
Ian Rogers
2023-02-19
1
-198
/
+0
*
perf stat: Use counts rather than saved_value
Ian Rogers
2023-02-19
1
-265
/
+269
*
perf metric: Directly use counts rather than saved_value
Ian Rogers
2023-02-19
1
-37
/
+19
*
perf stat: Add cpu_aggr_map for loop
Ian Rogers
2023-02-19
1
-64
/
+64
*
perf stat: Hide runtime_stat
Ian Rogers
2023-02-19
1
-97
/
+68
*
perf stat: Move enums from header
Ian Rogers
2023-02-19
1
-0
/
+25
*
perf stat: Use metrics for --smi-cost
Ian Rogers
2023-02-19
1
-30
/
+0
*
perf stat: Remove hard coded transaction events
Ian Rogers
2023-02-19
1
-47
/
+1
*
perf stat: Remove topdown event special handling
Ian Rogers
2023-02-19
1
-346
/
+0
*
perf metric: Add --metric-no-threshold option
Ian Rogers
2023-02-19
1
-1
/
+2
*
perf metric: Compute and print threshold values
Ian Rogers
2023-02-19
1
-8
/
+16
*
perf stat: Avoid merging/aggregating metric counts twice
Ian Rogers
2023-02-09
1
-1
/
+1
*
perf stat: Remove evsel metric_name/expr
Ian Rogers
2023-02-03
1
-112
/
+0
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-12-16
1
-1
/
+1
|
\
|
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-10
1
-1
/
+1
*
|
perf expr: Tidy hashmap dependency
Ian Rogers
2022-11-16
1
-0
/
+1
|
/
*
perf stat: Don't compare runtime stat for shadow stats
Namhyung Kim
2022-10-06
1
-12
/
+0
*
perf stat: Use thread map index for shadow stat
Namhyung Kim
2022-10-06
1
-1
/
+1
*
perf stat: Rename saved_value->cpu_map_idx
Namhyung Kim
2022-10-06
1
-154
/
+154
*
perf metrics: Don't scale counts going into metrics
Ian Rogers
2022-10-06
1
-2
/
+7
*
perf metrics: Wire up core_wide
Ian Rogers
2022-10-04
1
-3
/
+8
*
perf expr: Move the scanner_ctx into the parse_ctx
Ian Rogers
2022-10-04
1
-1
/
+1
*
perf stat: Capitalize topdown metrics' names
Zhengjun Xing
2022-08-27
1
-12
/
+12
*
perf metrics: Support all tool events
Ian Rogers
2022-05-09
1
-3
/
+24
*
perf stat: Introduce stats for the user and system rusage times
Florian Fischer
2022-04-20
1
-0
/
+2
*
perf stat: Swap variable name cpu to index
Ian Rogers
2022-01-12
1
-154
/
+154
*
perf expr: Add source_count for aggregating events
Ian Rogers
2021-11-13
1
-1
/
+6
*
perf stat: Fix memory leak on error path
Ian Rogers
2021-11-07
1
-0
/
+1
*
perf metric: Encode and use metric-id as qualifier
Ian Rogers
2021-10-20
1
-16
/
+4
*
perf metric: Move runtime value to the expr context
Ian Rogers
2021-10-20
1
-3
/
+4
*
perf metric: Rename expr__find_other.
Ian Rogers
2021-09-29
1
-3
/
+3
*
perf metric: Restructure struct expr_parse_ctx.
Ian Rogers
2021-09-29
1
-18
/
+32
*
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
1
-1
/
+1
*
perf stat: Basic support for iostat in perf
Alexander Antonov
2021-04-20
1
-1
/
+4
*
perf stat: Improve readability of shadow stats
Changbin Du
2021-03-15
1
-9
/
+7
*
perf stat: Support L2 Topdown events
Kan Liang
2021-02-08
1
-0
/
+92
*
perf stat: Take cgroups into account for shadow stats
Namhyung Kim
2021-01-15
1
-7
/
+19
*
perf stat: Introduce struct runtime_stat_data
Namhyung Kim
2021-01-15
1
-173
/
+173
*
perf stat: Support new per thread TopDown metrics
Andi Kleen
2020-09-17
1
-0
/
+89
*
perf stat: Fix the ratio comments of miss-events
Qi Liu
2020-09-16
1
-10
/
+10
*
perf metric: Release expr_parse_ctx after testing
Namhyung Kim
2020-09-15
1
-3
/
+5
*
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
[next]