aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()Jiri Olsa1-1/+1
2018-08-30perf stat: Add 'identifier' flag to 'struct perf_stat_config'Jiri Olsa1-10/+12
2018-08-30perf stat: Use local config arg for scale in create_perf_stat_counter()Jiri Olsa1-1/+1
2018-08-30perf stat: Move 'no_inherit' to 'struct perf_stat_config'Jiri Olsa1-3/+2
2018-08-30perf stat: Move 'initial_delay' to 'struct perf_stat_config'Jiri Olsa1-8/+8
2018-08-30perf stat: Use evsel->threads in create_perf_stat_counter()Jiri Olsa1-1/+1
2018-07-24perf stat: Get rid of extra clock display functionJiri Olsa1-46/+2
2018-07-24perf stat: Add transaction flag (-T) support for s390Thomas Richter1-0/+12
2018-07-11perf stat: Fix --interval_clear optionJiri Olsa1-1/+1
2018-06-07perf stat: Add event parsing error handling to add_default_attributesJiri Olsa1-4/+6
2018-06-07perf stat: Allow to specify specific metric column lenJiri Olsa1-4/+5
2018-06-07perf stat: Fix metric column header display alignmentJiri Olsa1-8/+9
2018-06-07perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa1-4/+1
2018-06-07perf stat: Add --interval-clear optionJiri Olsa1-2/+9
2018-06-06perf stat: Display user and system timeJiri Olsa1-1/+27
2018-04-26perf stat: Display length strings of each run for --table optionJiri Olsa1-1/+7
2018-04-26perf stat: Add --table option to display time of each runJiri Olsa1-4/+52
2018-04-26perf stat: Display time in precision based on std deviationJiri Olsa1-6/+24
2018-04-24perf stat: Fix duplicate PMU name for interval printKan Liang1-1/+4
2018-04-24perf stat: Print out hint for mixed PMU group errorKan Liang1-1/+34
2018-04-12perf stat: Enable 1ms interval for printing event counters valuesAlexey Budankov1-12/+2
2018-03-16perf stat: Fix core dump when flag T is usedThomas Richter1-2/+7
2018-03-08perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias1-1/+28
2018-03-07Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-1/+1
2018-03-06perf stat: Fix CVS output format for non-supported countersIlya Pronin1-1/+1
2018-02-27perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao1-1/+13
2018-02-21perf stat: Use xyarray dimensions to iterate fdsAndi Kleen1-6/+5
2018-02-16perf stat: Add support to print counts after a period of timeyuzhoujian1-2/+31
2018-02-16perf stat: Add support to print counts for fixed timesyuzhoujian1-1/+19
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-1/+0
2017-12-27perf stat: Resort '--per-thread' resultJin Yao1-11/+66
2017-12-27perf stat: Remove --per-thread pid/tid limitationJin Yao1-8/+15
2017-12-27perf stat: Update or print per-thread statsJin Yao1-2/+7
2017-12-27perf stat: Allocate shadow stats buffer for threadsJin Yao1-1/+45
2017-12-27perf stat: Print per-thread shadow statsJin Yao1-8/+15
2017-12-27perf stat: Update per-thread shadow statsJin Yao1-1/+2
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen1-58/+4
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_statsJiri Olsa1-2/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-3/+3
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-16/+16
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo1-2/+2
2017-09-13perf stat: Fall weak group back even for EBADFAndi Kleen1-1/+1