Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-02-20 | perf stat: Handled scaled == -1 case for counters | Andi Kleen | 1 | -1/+1 |
2016-02-16 | perf stat: Move noise/running printing into printout | Andi Kleen | 1 | -91/+32 |
2016-02-16 | perf stat: Add support for metrics in interval mode | Andi Kleen | 1 | -7/+13 |
2016-02-16 | perf stat: Abstract stat metrics printing | Andi Kleen | 1 | -6/+65 |
2016-01-12 | perf stat: Fix recort_usage typo | Jiri Olsa | 1 | -4/+4 |
2016-01-07 | perf stat record: Keep sample_type 0 for pipe session | Jiri Olsa | 1 | -1/+8 |
2015-12-17 | perf stat report: Allow to override aggr_mode | Jiri Olsa | 1 | -0/+17 |
2015-12-17 | perf stat report: Process event update events | Jiri Olsa | 1 | -0/+1 |
2015-12-17 | perf stat report: Process stat and stat round events | Jiri Olsa | 1 | -0/+28 |
2015-12-17 | perf stat report: Move csv_sep initialization before report command | Jiri Olsa | 1 | -7/+7 |
2015-12-17 | perf stat report: Add support to initialize aggr_map from file | Jiri Olsa | 1 | -0/+103 |
2015-12-17 | perf stat report: Process stat config event | Jiri Olsa | 1 | -0/+10 |
2015-12-17 | perf stat report: Process cpu/threads maps | Jiri Olsa | 1 | -2/+64 |
2015-12-17 | perf stat report: Add report command | Jiri Olsa | 1 | -4/+57 |
2015-12-17 | perf stat record: Synthesize event update events | Jiri Olsa | 1 | -0/+59 |
2015-12-17 | perf stat record: Do not allow record with multiple runs mode | Jiri Olsa | 1 | -0/+5 |
2015-12-17 | perf stat record: Write stat round events on record | Jiri Olsa | 1 | -0/+20 |
2015-12-17 | perf stat record: Write stat events on record | Jiri Olsa | 1 | -0/+19 |
2015-12-17 | perf stat record: Add pipe support for record command | Jiri Olsa | 1 | -11/+28 |
2015-12-17 | perf stat record: Store events IDs in perf data file | Jiri Olsa | 1 | -0/+35 |
2015-12-17 | perf stat record: Synthesize stat record data | Jiri Olsa | 1 | -13/+43 |
2015-12-17 | perf stat record: Initialize record features | Jiri Olsa | 1 | -0/+15 |
2015-12-17 | perf stat record: Add record command | Jiri Olsa | 1 | -4/+116 |
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 |