index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
1
-1
/
+1
2015-12-09
perf stat: Fix cmd_stat to release cpu_map
Masami Hiramatsu
1
-0
/
+9
2015-12-08
perf stat: Move enable_on_exec setup under earlier code
Jiri Olsa
1
-6
/
+9
2015-12-08
perf stat: Create events as disabled
Jiri Olsa
1
-6
/
+19
2015-12-08
perf stat: Use perf_evlist__enable in handle_initial_delay
Jiri Olsa
1
-4
/
+1
2015-12-08
perf evsel: Use event maps directly in perf_evsel__enable
Jiri Olsa
1
-4
/
+1
2015-11-26
perf stat: Clear sample_(type|period) for counting
Jiri Olsa
1
-0
/
+7
2015-11-05
perf stat: Make stat options global
Jiri Olsa
1
-81
/
+82
2015-11-04
perf stat: Use common printout function to avoid duplicated code
Andi Kleen
1
-37
/
+20
2015-11-04
perf stat: Move sw clock metrics printout to stat-shadow
Andi Kleen
1
-5
/
+3
2015-10-27
perf stat: Cache aggregated map entries in extra cpumap
Jiri Olsa
1
-4
/
+55
2015-10-20
perf cpu_map: Add data arg to cpu_map__build_map callback
Jiri Olsa
1
-2
/
+12
2015-10-20
perf stat: Add AGGR_UNSET mode
Jiri Olsa
1
-0
/
+5
2015-10-20
perf stat: Rename perf_stat struct into perf_stat_evsel
Jiri Olsa
1
-2
/
+2
2015-10-02
perf stat: Reduce min --interval-print to 10ms
Kan Liang
1
-4
/
+9
2015-09-02
perf stat: Quieten failed to read counter message
Andi Kleen
1
-1
/
+1
2015-08-31
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-3
/
+2
2015-08-28
perf stat: Get correct cpu id for print_aggr
Kan Liang
1
-3
/
+2
2015-08-08
perf stat: Move perf_counts struct and functions into separate object
Jiri Olsa
1
-0
/
+1
2015-08-06
perf stat: Move counter processing code into stat object
Jiri Olsa
1
-140
/
+1
2015-08-06
perf stat: Pass 'struct perf_stat_config' into process_counter()
Jiri Olsa
1
-13
/
+16
2015-08-06
perf stat: Move 'interval' into struct perf_stat_config
Jiri Olsa
1
-5
/
+9
2015-08-06
perf stat: Move 'output' into struct perf_stat_config
Jiri Olsa
1
-12
/
+23
2015-08-06
perf stat: Move 'scale' into struct perf_stat_config
Jiri Olsa
1
-6
/
+6
2015-08-06
perf stat: Introduce struct perf_stat_config
Jiri Olsa
1
-17
/
+22
2015-07-08
perf stat: Fix shadow declaration of close
Jiri Olsa
1
-2
/
+2
2015-06-26
perf stat: Introduce --per-thread option
Jiri Olsa
1
-2
/
+74
2015-06-26
perf stat: Introduce print_counters function
Jiri Olsa
1
-63
/
+64
2015-06-26
perf stat: Using init_stats instead of memset
Jiri Olsa
1
-1
/
+1
2015-06-26
perf stat: Rename print_interval to process_interval
Jiri Olsa
1
-3
/
+3
2015-06-26
perf stat: Move perf_stat initialization counter process code
Jiri Olsa
1
-4
/
+1
2015-06-26
perf stat: Move zero_per_pkg into counter process code
Jiri Olsa
1
-3
/
+3
2015-06-26
perf stat: Separate counters reading and processing
Jiri Olsa
1
-17
/
+39
2015-06-26
perf stat: Introduce read_counters function
Jiri Olsa
1
-25
/
+22
2015-06-26
perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat object
Jiri Olsa
1
-42
/
+0
2015-06-26
perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat object
Jiri Olsa
1
-18
/
+0
2015-06-26
perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat object
Jiri Olsa
1
-25
/
+0
2015-06-26
perf stat: Introduce perf_evlist__reset_stats
Jiri Olsa
1
-2
/
+6
2015-06-26
perf stat: Make stats work over the thread dimension
Jiri Olsa
1
-14
/
+18
2015-06-26
perf stat: Use xyarray for cpu evsel counts
Jiri Olsa
1
-1
/
+1
2015-06-26
perf stat: Introduce perf_counts function
Jiri Olsa
1
-7
/
+7
2015-06-25
perf tools: Make perf_evsel__(nr_)cpus generic
Jiri Olsa
1
-10
/
+0
2015-06-16
perf stat: Introduce perf_counts__(new|delete|reset) functions
Jiri Olsa
1
-12
/
+7
2015-06-11
perf stat: Error out unsupported group leader immediately
Kan Liang
1
-1
/
+4
2015-06-08
perf stat: Move shadow stat counters into separate object
Jiri Olsa
1
-440
/
+4
2015-06-08
perf stat: Add aggr_mode argument to print_shadow_stats function
Jiri Olsa
1
-3
/
+4
2015-06-08
perf stat: Add output file argument to print_shadow_stats function
Jiri Olsa
1
-56
/
+56
2015-06-08
perf stat: Introduce print_shadow_stats function
Jiri Olsa
1
-33
/
+39
2015-06-08
perf stat: Introduce reset_shadow_stats function
Jiri Olsa
1
-8
/
+13
2015-06-08
perf stat: Remove transaction_run from shadow update/print code
Jiri Olsa
1
-7
/
+7
[next]