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