index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-10
perf util: Move input_name to util
Ian Rogers
1
-1
/
+1
2023-04-10
perf stat: Don't write invalid "started on" comment for JSON output
Ian Rogers
1
-2
/
+4
2023-04-06
tools: Rename __fallthrough to fallthrough
Liam Howlett
1
-1
/
+1
2023-03-13
perf stat: Don't remove all grouped events when CPU maps disagree
Ian Rogers
1
-9
/
+15
2023-03-10
Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next
Arnaldo Carvalho de Melo
1
-10
/
+5
2023-03-02
perf stat: Fix counting when initial delay configured
Changbin Du
1
-10
/
+5
2023-02-19
perf stat: Remove saved_value/runtime_stat
Ian Rogers
1
-6
/
+0
2023-02-19
perf stat: Hide runtime_stat
Ian Rogers
1
-2
/
+2
2023-02-19
perf stat: Use metrics for --smi-cost
Ian Rogers
1
-23
/
+11
2023-02-19
perf stat: Remove hard coded transaction events
Ian Rogers
1
-49
/
+10
2023-02-19
perf stat: Implement --topdown using json metrics
Ian Rogers
1
-98
/
+20
2023-02-19
perf stat: Add TopdownL1 metric as a default if present
Ian Rogers
1
-0
/
+14
2023-02-19
perf metric: Add --metric-no-threshold option
Ian Rogers
1
-0
/
+4
2023-02-03
perf stat: Remove evsel metric_name/expr
Ian Rogers
1
-1
/
+0
2022-12-20
perf tools: Fix usage of the verbose variable
Yang Jihong
1
-2
/
+2
2022-12-14
perf stat: Do not delay the workload with --delay
Namhyung Kim
1
-16
/
+17
2022-12-14
perf evlist: Remove group option.
Ian Rogers
1
-6
/
+0
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
1
-0
/
+1
2022-11-16
perf stat: Clear screen only if output file is a tty
Namhyung Kim
1
-0
/
+8
2022-11-03
perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
1
-4
/
+4
2022-10-27
perf tools: Make quiet mode consistent between tools
James Clark
1
-4
/
+4
2022-10-27
perf stat: Display percore events properly
Namhyung Kim
1
-16
/
+0
2022-10-27
perf stat: Add perf_stat_process_shadow_stats()
Namhyung Kim
1
-0
/
+1
2022-10-27
perf stat: Add perf_stat_process_percore()
Namhyung Kim
1
-0
/
+1
2022-10-27
perf stat: Add perf_stat_merge_counters()
Namhyung Kim
1
-0
/
+2
2022-10-27
perf stat: Split process_counters() to share it with process_stat_round_event()
Namhyung Kim
1
-9
/
+13
2022-10-27
perf stat: Reset aggr counts for each interval
Namhyung Kim
1
-0
/
+3
2022-10-27
perf stat: Allocate aggr counts for recorded data
Namhyung Kim
1
-5
/
+15
2022-10-27
perf stat: Aggregate per-thread stats using evsel->stats->aggr
Namhyung Kim
1
-0
/
+31
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
1
-3
/
+0
2022-10-27
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
1
-3
/
+3
2022-10-27
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
1
-2
/
+5
2022-10-27
perf stat: Add cpu aggr id for no aggregation mode
Namhyung Kim
1
-5
/
+43
2022-10-27
perf stat: Add aggr id for global mode
Namhyung Kim
1
-2
/
+34
2022-10-06
perf stat: Kill unused per-thread runtime stats
Namhyung Kim
1
-54
/
+0
2022-10-06
perf stat: Clean redundant if in process_evlist
Shang XiaoJing
1
-2
/
+0
2022-10-04
perf stat: Merge cases in process_evlist
Shang XiaoJing
1
-3
/
+1
2022-10-04
perf metrics: Wire up core_wide
Ian Rogers
1
-0
/
+14
2022-10-04
perf stat: Delay metric parsing
Ian Rogers
1
-15
/
+37
2022-09-02
perf stat: Fix L2 Topdown metrics disappear for raw events
Zhengjun Xing
1
-2
/
+3
2022-08-27
perf stat: Clear evsel->reset_group for each stat run
Ian Rogers
1
-0
/
+1
2022-08-12
perf stat: Remove duplicated include in builtin-stat.c
Yang Li
1
-1
/
+0
2022-08-10
perf stat: Add JSON output option
Claire Jensen
1
-0
/
+6
2022-08-03
perf stat: Refactor __run_perf_stat() common code
Adrián Herrera Arcila
1
-16
/
+9
2022-07-29
perf stat: Add topdown metrics in the default perf stat on the hybrid machine
Zhengjun Xing
1
-12
/
+2
2022-07-29
perf evlist: Always use arch_evlist__add_default_attrs()
Kan Liang
1
-1
/
+5
2022-07-29
perf stat: Revert "perf stat: Add default hybrid events"
Kan Liang
1
-30
/
+0
2022-06-26
perf stat: Enable ignore_missing_thread
Gang Li
1
-0
/
+2
2022-05-26
perf stat: Add requires_cpu flag for uncore
Adrian Hunter
1
-4
/
+1
2022-05-20
perf stat: Always keep perf metrics topdown events in a group
Kan Liang
1
-5
/
+2
[next]