aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-16perf stat: Support 'percore' event qualifierJin Yao1-0/+21
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+21
2019-04-16perf stat: Disable DIR_FORMAT feature for 'perf stat record'Jiri Olsa1-0/+1
2019-04-01perf stat: Implement duration_time as a proper eventAndi Kleen1-7/+21
2019-03-19perf stat: Fix --no-scaleAndi Kleen1-1/+2
2019-02-22perf data: Add global path holderJiri Olsa1-3/+3
2019-02-06perf pmu: Remove set_drv_config APIMathieu Poirier1-9/+0
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh1-1/+0
2019-01-03perf stat: Fix endless wait for child processJin Yao1-1/+2
2018-12-18perf stat: Avoid segfaults caused by negated optionsMichael Petlan1-1/+7
2018-11-05perf evlist: Move perf_evsel__reset_weak_group into evlistAndi Kleen1-27/+1
2018-10-22perf stat: Poll for monitored tasks being aliveJiri Olsa1-0/+24
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa1-12/+11
2018-08-30perf stat: Move the display functions to stat-display.cJiri Olsa1-1150/+0
2018-08-30perf stat: Move 'metric_events' to 'struct perf_stat_config'Jiri Olsa1-6/+4
2018-08-30perf stat: Move 'walltime_*' data to 'struct perf_stat_config'Jiri Olsa1-12/+10
2018-08-30perf stat: Propagate 'struct target' arg to sort_aggr_thread()Jiri Olsa1-4/+6
2018-08-30perf stat: Move 'no_merge' data to 'struct perf_stat_config'Jiri Olsa1-3/+2
2018-08-30perf stat: Move 'big_num' data to 'struct perf_stat_config'Jiri Olsa1-4/+4
2018-08-30perf stat: Do not use the global 'evsel_list' in print functionsJiri Olsa1-2/+3
2018-08-30perf stat: Move *_aggr_* data to 'struct perf_stat_config'Jiri Olsa1-54/+58
2018-08-30perf stat: Move ru_* data to 'struct perf_stat_config'Jiri Olsa1-7/+5
2018-08-30perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'Jiri Olsa1-3/+2
2018-08-30perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'Jiri Olsa1-3/+2
2018-08-30perf stat: Move 'null_run' to 'struct perf_stat_config'Jiri Olsa1-4/+3
2018-08-30perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'Jiri Olsa1-7/+8
2018-08-30perf stat: Pass 'evlist' to aggr_update_shadow()Jiri Olsa1-3/+4
2018-08-30perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()Jiri Olsa1-7/+8
2018-08-30perf stat: Move 'metric_only_len' to 'struct perf_stat_config'Jiri Olsa1-5/+5
2018-08-30perf stat: Move 'run_count' to 'struct perf_stat_config'Jiri Olsa1-19/+20
2018-08-30perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()Jiri Olsa1-2/+3
2018-08-30perf stat: Pass 'evlist' argument to print functionsJiri Olsa1-9/+13
2018-08-30perf stat: Add 'target' argument to perf_evlist__print_counters()Jiri Olsa1-9/+11
2018-08-30perf stat: Move 'unit_width' to 'struct perf_stat_config'Jiri Olsa1-5/+6
2018-08-30perf stat: Move 'metric_only' to 'struct perf_stat_config'Jiri Olsa1-13/+16
2018-08-30perf stat: Move 'interval_clear' to 'struct perf_stat_config'Jiri Olsa1-5/+4
2018-08-30perf stat: Move csv_* to 'struct perf_stat_config'Jiri Olsa1-58/+56
2018-08-30perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa1-32/+42
2018-08-30perf stat: Pass 'struct perf_stat_config' argument to local print functionsJiri Olsa1-69/+80
2018-08-30perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters()Jiri Olsa1-7/+9
2018-08-30perf stat: Move STAT_RECORD out of perf_evlist__print_counters()Jiri Olsa1-4/+4
2018-08-30perf stat: Introduce perf_evlist__print_counters()Jiri Olsa1-4/+12
2018-08-30perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa1-42/+0
2018-08-30perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config()Jiri Olsa1-10/+7
2018-08-30perf stat: Add 'struct perf_evlist' argument to perf_stat_synthesize_config()Jiri Olsa1-6/+7
2018-08-30perf stat: Add 'struct perf_tool' argument to perf_stat_synthesize_config()Jiri Olsa1-6/+7
2018-08-30perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_config()Jiri Olsa1-3/+4
2018-08-30perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()Jiri Olsa1-3/+3
2018-08-30perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa1-53/+1
2018-08-30perf evsel: Introduce perf_evsel__store_ids()Jiri Olsa1-32/+1