index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf stat: Use group read for event groups
Jiri Olsa
2017-07-26
1
-3
/
+27
*
perf tools: Replace error() with pr_err()
Arnaldo Carvalho de Melo
2017-06-27
1
-2
/
+2
*
perf stat: Add support to measure SMI cost
Kan Liang
2017-06-21
1
-0
/
+49
*
perf stat: Only print NMI watchdog hint when enabled
Andi Kleen
2017-06-02
1
-1
/
+4
*
perf tools: Remove poll.h and wait.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+3
*
perf tools: Add signal.h to places using its definitions
Arnaldo Carvalho de Melo
2017-04-20
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+2
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf stat: Fix bug in handling events in error state
Stephane Eranian
2017-04-13
1
-3
/
+9
*
perf stat: Refactor the code to strip csv output with ltrim()
Taeung Song
2017-04-11
1
-8
/
+2
*
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-03-27
1
-1
/
+1
*
perf stat: Output JSON MetricExpr metric
Andi Kleen
2017-03-23
1
-0
/
+3
*
perf stat: Handle partially bad results with merging
Andi Kleen
2017-03-21
1
-0
/
+10
*
perf stat: Collapse identically named events
Andi Kleen
2017-03-21
1
-4
/
+34
*
perf stat: Factor out callback for collecting event values
Andi Kleen
2017-03-21
1
-23
/
+80
*
perf tools: Force uncore events to system wide monitoring
Jiri Olsa
2017-03-03
1
-3
/
+30
*
perf stat: Issue a HW watchdog disable hint
Borislav Petkov
2017-03-03
1
-0
/
+11
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-3
/
+3
*
perf stat: Add -a as default target
Jiri Olsa
2017-02-17
1
-1
/
+2
*
perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...
Jan Stancek
2017-02-17
1
-1
/
+1
*
perf evsel: Inform how to make a sysctl setting permanent
Arnaldo Carvalho de Melo
2017-02-13
1
-1
/
+1
*
perf tools: Remove some needless __maybe_unused
Arnaldo Carvalho de Melo
2016-12-15
1
-3
/
+3
*
perf tools: Add PMU configuration to tools
Mathieu Poirier
2016-09-22
1
-0
/
+9
*
perf stat: Use *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
2016-08-23
1
-6
/
+6
*
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
2016-08-23
1
-3
/
+4
*
perf stat: Avoid skew when reading events
Mark Rutland
2016-08-09
1
-8
/
+23
*
perf stat: Balance opening and reading events
Mark Rutland
2016-07-18
1
-2
/
+6
*
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-2
/
+2
*
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
1
-11
/
+11
*
perf stat: Add missing aggregation headers for --metric-only CSV
Andi Kleen
2016-06-06
1
-0
/
+14
*
perf stat: Print topology/time headers with --metric-only
Andi Kleen
2016-06-06
1
-10
/
+22
*
perf stat: Basic support for TopDown in perf stat
Andi Kleen
2016-06-06
1
-3
/
+116
*
Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-05-20
1
-9
/
+13
|
\
|
*
perf stat: Use cpu-clock event for cpu targets
Namhyung Kim
2016-05-16
1
-0
/
+3
|
*
perf stat: Avoid fractional digits for integer scales
Andi Kleen
2016-05-16
1
-9
/
+10
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-05-16
1
-0
/
+8
|
\
\
|
|
/
|
*
perf stat: Add extra output of counter values with -vv
Andi Kleen
2016-05-06
1
-0
/
+8
*
|
perf stat: Fallback to user only counters when perf_event_paranoid > 1
Arnaldo Carvalho de Melo
2016-05-12
1
-1
/
+6
|
/
*
perf stat: Add --metric-only support for -A
Andi Kleen
2016-03-10
1
-8
/
+37
*
perf stat: Implement --metric-only mode
Andi Kleen
2016-03-10
1
-10
/
+201
*
perf stat: Check for frontend stalled for metrics
Andi Kleen
2016-03-03
1
-0
/
+1
*
perf stat: Support metrics in --per-core/socket mode
Andi Kleen
2016-03-03
1
-8
/
+56
*
perf stat: Implement CSV metrics output
Andi Kleen
2016-03-03
1
-4
/
+69
*
perf stat: Check existence of frontend/backed stalled cycles
Andi Kleen
2016-03-03
1
-2
/
+20
*
perf stat: Bail out on unsupported event config modifiers
Wang Nan
2016-02-19
1
-0
/
+1
*
perf stat: Handled scaled == -1 case for counters
Andi Kleen
2016-02-19
1
-1
/
+1
*
perf stat: Move noise/running printing into printout
Andi Kleen
2016-02-16
1
-91
/
+32
[next]