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