index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-06
perf stat: Display user and system time
Jiri Olsa
1
-1
/
+27
2018-04-26
perf stat: Display length strings of each run for --table option
Jiri Olsa
1
-1
/
+7
2018-04-26
perf stat: Add --table option to display time of each run
Jiri Olsa
1
-4
/
+52
2018-04-26
perf stat: Display time in precision based on std deviation
Jiri Olsa
1
-6
/
+24
2018-04-24
perf stat: Fix duplicate PMU name for interval print
Kan Liang
1
-1
/
+4
2018-04-24
perf stat: Print out hint for mixed PMU group error
Kan Liang
1
-1
/
+34
2018-04-12
perf stat: Enable 1ms interval for printing event counters values
Alexey Budankov
1
-12
/
+2
2018-03-16
perf stat: Fix core dump when flag T is used
Thomas Richter
1
-2
/
+7
2018-03-08
perf pmu: Display pmu name when printing unmerged events in stat
Agustin Vega-Frias
1
-1
/
+28
2018-03-07
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
1
-1
/
+1
2018-03-06
perf stat: Fix CVS output format for non-supported counters
Ilya Pronin
1
-1
/
+1
2018-02-27
perf stat: Ignore error thread when enabling system-wide --per-thread
Jin Yao
1
-1
/
+13
2018-02-21
perf stat: Use xyarray dimensions to iterate fds
Andi Kleen
1
-6
/
+5
2018-02-16
perf stat: Add support to print counts after a period of time
yuzhoujian
1
-2
/
+31
2018-02-16
perf stat: Add support to print counts for fixed times
yuzhoujian
1
-1
/
+19
2017-12-27
perf perf: Remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-12-27
perf stat: Resort '--per-thread' result
Jin Yao
1
-11
/
+66
2017-12-27
perf stat: Remove --per-thread pid/tid limitation
Jin Yao
1
-8
/
+15
2017-12-27
perf stat: Update or print per-thread stats
Jin Yao
1
-2
/
+7
2017-12-27
perf stat: Allocate shadow stats buffer for threads
Jin Yao
1
-1
/
+45
2017-12-27
perf stat: Print per-thread shadow stats
Jin Yao
1
-8
/
+15
2017-12-27
perf stat: Update per-thread shadow stats
Jin Yao
1
-1
/
+2
2017-11-29
perf record: Synthesize unit/scale/... in event update
Andi Kleen
1
-58
/
+4
2017-10-30
perf stat: Move the shadow stats scale computation in perf_stat__update_shado...
Jiri Olsa
1
-2
/
+1
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
1
-3
/
+3
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
1
-16
/
+16
2017-10-27
perf evsel: Restore evsel->priv as a tool private area
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-09-13
perf stat: Fall weak group back even for EBADF
Andi Kleen
1
-1
/
+1
2017-09-13
perf stat: Update walltime_nsecs_stats in interval mode
Andi Kleen
1
-0
/
+2
2017-09-13
perf stat: Hide internal duration_time counter
Andi Kleen
1
-3
/
+24
2017-09-13
perf stat: Support JSON metrics in perf stat
Andi Kleen
1
-2
/
+16
2017-09-13
perf tools: Support weak groups in 'perf stat'
Andi Kleen
1
-0
/
+35
2017-09-12
perf stat: Wait for the correct child
Milian Wolff
1
-1
/
+1
2017-09-01
perf stat: Only auto-merge events that are PMU aliases
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-07-26
perf stat: Use group read for event groups
Jiri Olsa
1
-3
/
+27
2017-06-27
perf tools: Replace error() with pr_err()
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-06-21
perf stat: Add support to measure SMI cost
Kan Liang
1
-0
/
+49
2017-06-02
perf stat: Only print NMI watchdog hint when enabled
Andi Kleen
1
-1
/
+4
2017-04-24
perf tools: Remove poll.h and wait.h from util.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-04-20
perf tools: Add signal.h to places using its definitions
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-13
perf stat: Fix bug in handling events in error state
Stephane Eranian
1
-3
/
+9
2017-04-11
perf stat: Refactor the code to strip csv output with ltrim()
Taeung Song
1
-8
/
+2
2017-03-27
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-03-23
perf stat: Output JSON MetricExpr metric
Andi Kleen
1
-0
/
+3
2017-03-21
perf stat: Handle partially bad results with merging
Andi Kleen
1
-0
/
+10
[next]