aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06perf stat record: Keep sample_type 0 for pipe sessionJiri Olsa1-1/+8
2015-12-17perf stat report: Allow to override aggr_modeJiri Olsa1-0/+17
2015-12-17perf stat report: Process event update eventsJiri Olsa1-0/+1
2015-12-17perf stat report: Process stat and stat round eventsJiri Olsa1-0/+28
2015-12-17perf stat report: Move csv_sep initialization before report commandJiri Olsa1-7/+7
2015-12-17perf stat report: Add support to initialize aggr_map from fileJiri Olsa1-0/+103
2015-12-17perf stat report: Process stat config eventJiri Olsa1-0/+10
2015-12-17perf stat report: Process cpu/threads mapsJiri Olsa1-2/+64
2015-12-17perf stat report: Add report commandJiri Olsa1-4/+57
2015-12-17perf stat record: Synthesize event update eventsJiri Olsa1-0/+59
2015-12-17perf stat record: Do not allow record with multiple runs modeJiri Olsa1-0/+5
2015-12-17perf stat record: Write stat round events on recordJiri Olsa1-0/+20
2015-12-17perf stat record: Write stat events on recordJiri Olsa1-0/+19
2015-12-17perf stat record: Add pipe support for record commandJiri Olsa1-11/+28
2015-12-17perf stat record: Store events IDs in perf data fileJiri Olsa1-0/+35
2015-12-17perf stat record: Synthesize stat record dataJiri Olsa1-13/+43
2015-12-17perf stat record: Initialize record featuresJiri Olsa1-0/+15
2015-12-17perf stat record: Add record commandJiri Olsa1-4/+116
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-12-09perf stat: Fix cmd_stat to release cpu_mapMasami Hiramatsu1-0/+9
2015-12-07perf stat: Move enable_on_exec setup under earlier codeJiri Olsa1-6/+9
2015-12-07perf stat: Create events as disabledJiri Olsa1-6/+19
2015-12-07perf stat: Use perf_evlist__enable in handle_initial_delayJiri Olsa1-4/+1
2015-12-07perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa1-4/+1
2015-11-26perf stat: Clear sample_(type|period) for countingJiri Olsa1-0/+7
2015-11-05perf stat: Make stat options globalJiri Olsa1-81/+82
2015-11-04perf stat: Use common printout function to avoid duplicated codeAndi Kleen1-37/+20
2015-11-04perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen1-5/+3
2015-10-27perf stat: Cache aggregated map entries in extra cpumapJiri Olsa1-4/+55
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa1-2/+12
2015-10-19perf stat: Add AGGR_UNSET modeJiri Olsa1-0/+5
2015-10-19perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa1-2/+2
2015-10-02perf stat: Reduce min --interval-print to 10msKan Liang1-4/+9
2015-09-02perf stat: Quieten failed to read counter messageAndi Kleen1-1/+1
2015-08-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-3/+2
2015-08-28perf stat: Get correct cpu id for print_aggrKan Liang1-3/+2
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa1-0/+1
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa1-140/+1
2015-08-06perf stat: Pass 'struct perf_stat_config' into process_counter()Jiri Olsa1-13/+16
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa1-5/+9
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa1-12/+23
2015-08-06perf stat: Move 'scale' into struct perf_stat_configJiri Olsa1-6/+6
2015-08-06perf stat: Introduce struct perf_stat_configJiri Olsa1-17/+22
2015-07-08perf stat: Fix shadow declaration of closeJiri Olsa1-2/+2
2015-06-26perf stat: Introduce --per-thread optionJiri Olsa1-2/+74
2015-06-26perf stat: Introduce print_counters functionJiri Olsa1-63/+64
2015-06-26perf stat: Using init_stats instead of memsetJiri Olsa1-1/+1
2015-06-26perf stat: Rename print_interval to process_intervalJiri Olsa1-3/+3
2015-06-26perf stat: Move perf_stat initialization counter process codeJiri Olsa1-4/+1
2015-06-26perf stat: Move zero_per_pkg into counter process codeJiri Olsa1-3/+3