aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
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
2015-06-26perf stat: Separate counters reading and processingJiri Olsa
2015-06-26perf stat: Introduce read_counters functionJiri Olsa
2015-06-26perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat objectJiri Olsa
2015-06-26perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat objectJiri Olsa
2015-06-26perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat objectJiri Olsa
2015-06-26perf stat: Introduce perf_evlist__reset_statsJiri Olsa
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa
2015-06-26perf stat: Use xyarray for cpu evsel countsJiri Olsa
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa
2015-06-25perf tools: Make perf_evsel__(nr_)cpus genericJiri Olsa
2015-06-16perf stat: Introduce perf_counts__(new|delete|reset) functionsJiri Olsa
2015-06-11perf stat: Error out unsupported group leader immediatelyKan Liang
2015-06-08perf stat: Move shadow stat counters into separate objectJiri Olsa
2015-06-08perf stat: Add aggr_mode argument to print_shadow_stats functionJiri Olsa
2015-06-08perf stat: Add output file argument to print_shadow_stats functionJiri Olsa
2015-06-08perf stat: Introduce print_shadow_stats functionJiri Olsa
2015-06-08perf stat: Introduce reset_shadow_stats functionJiri Olsa
2015-06-08perf stat: Remove transaction_run from shadow update/print codeJiri Olsa
2015-06-08perf stat: Remove setup_events functionJiri Olsa
2015-06-08perf stat: Replace transaction event possition check with id checkJiri Olsa
2015-06-08perf stat: Add id into perf_stat structJiri Olsa
2015-04-29perf stat: Add metrics support for exclude_idleJiri Olsa
2015-04-29perf stat: Add metrics support for exclude_(host|guest)Jiri Olsa
2015-04-29perf stat: Add metrics support for exclude_hvJiri Olsa
2015-04-29perf stat: Change metrics context calculationJiri Olsa
2015-04-29perf stat: Fix metrics calculation with event qualifiersAndi Kleen
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa
2015-03-26perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo
2015-03-13perf stat: Always correctly indent ratio columnAndi Kleen
2015-03-13perf stat: Fix IPC and other formulas with -AAndi Kleen
2015-03-13perf stat: Output running time and run/enabled ratio in CSV modeAndi Kleen
2015-03-02perf stat: Report unsupported events properlySuzuki K. Poulose
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2014-12-01perf stat: Add support for snapshot countersJiri Olsa