Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-03-21 | perf stat: Collapse identically named events | Andi Kleen | 1 | -4/+34 |
2017-03-21 | perf stat: Factor out callback for collecting event values | Andi Kleen | 1 | -23/+80 |
2017-03-04 | perf tools: Force uncore events to system wide monitoring | Jiri Olsa | 1 | -3/+30 |
2017-03-04 | perf stat: Issue a HW watchdog disable hint | Borislav Petkov | 1 | -0/+11 |
2017-02-20 | perf utils: Check verbose flag properly | Namhyung Kim | 1 | -3/+3 |
2017-02-17 | perf stat: Add -a as default target | Jiri Olsa | 1 | -1/+2 |
2017-02-17 | perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology... | Jan Stancek | 1 | -1/+1 |
2017-02-13 | perf evsel: Inform how to make a sysctl setting permanent | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-12-15 | perf tools: Remove some needless __maybe_unused | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2016-09-22 | perf tools: Add PMU configuration to tools | Mathieu Poirier | 1 | -0/+9 |
2016-08-23 | perf stat: Use *SEC_PER_*SEC macros | Arnaldo Carvalho de Melo | 1 | -6/+6 |
2016-08-23 | tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros | Arnaldo Carvalho de Melo | 1 | -3/+4 |
2016-08-09 | perf stat: Avoid skew when reading events | Mark Rutland | 1 | -8/+23 |
2016-07-19 | perf stat: Balance opening and reading events | Mark Rutland | 1 | -2/+6 |
2016-07-12 | tools: Introduce str_error_r() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2016-06-23 | perf evlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -11/+11 |
2016-06-06 | perf stat: Add missing aggregation headers for --metric-only CSV | Andi Kleen | 1 | -0/+14 |
2016-06-06 | perf stat: Print topology/time headers with --metric-only | Andi Kleen | 1 | -10/+22 |
2016-06-06 | perf stat: Basic support for TopDown in perf stat | Andi Kleen | 1 | -3/+116 |
2016-05-20 | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 1 | -9/+13 |
2016-05-17 | perf stat: Use cpu-clock event for cpu targets | Namhyung Kim | 1 | -0/+3 |
2016-05-17 | perf stat: Avoid fractional digits for integer scales | Andi Kleen | 1 | -9/+10 |
2016-05-17 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+8 |
2016-05-12 | perf stat: Fallback to user only counters when perf_event_paranoid > 1 | Arnaldo Carvalho de Melo | 1 | -1/+6 |
2016-05-06 | perf stat: Add extra output of counter values with -vv | Andi Kleen | 1 | -0/+8 |
2016-03-10 | perf stat: Add --metric-only support for -A | Andi Kleen | 1 | -8/+37 |
2016-03-10 | perf stat: Implement --metric-only mode | Andi Kleen | 1 | -10/+201 |
2016-03-03 | perf stat: Check for frontend stalled for metrics | Andi Kleen | 1 | -0/+1 |
2016-03-03 | perf stat: Support metrics in --per-core/socket mode | Andi Kleen | 1 | -8/+56 |
2016-03-03 | perf stat: Implement CSV metrics output | Andi Kleen | 1 | -4/+69 |
2016-03-03 | perf stat: Check existence of frontend/backed stalled cycles | Andi Kleen | 1 | -2/+20 |
2016-02-20 | perf stat: Bail out on unsupported event config modifiers | Wang Nan | 1 | -0/+1 |