aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo1-1/+1
2014-12-01perf stat: Add support for snapshot countersJiri Olsa1-2/+4
2014-12-01perf stat: Add support for per-pkg countersJiri Olsa1-0/+49
2014-12-01perf stat: Use read_counter in read_counter_aggrJiri Olsa1-2/+16
2014-12-01perf stat: Make read_counter work over the thread dimensionJiri Olsa1-4/+11
2014-12-01perf stat: Use perf_evsel__read_cb in read_counterJiri Olsa1-6/+21
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo1-0/+1
2014-09-26perf stat: Fix --per-core on multi socket systemsAndi Kleen1-4/+5
2014-08-15perf stat: Use strerror_r instead of strerrorMasami Hiramatsu1-1/+1
2014-06-27perf tools: Fix wrong condition for allocation failureJiri Olsa1-1/+1
2014-04-14perf stat: Initialize statistics correctlyAndi Kleen1-2/+9
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-16/+16
2014-01-13perf stat: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo1-5/+3
2014-01-13perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo1-15/+2
2014-01-13perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo1-6/+15
2014-01-13perf stat: Don't show counter information when workload failsArnaldo Carvalho de Melo1-1/+25
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-4/+2
2013-11-27tools/perf/stat: Add event unit and scale supportStephane Eranian1-30/+84
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo1-11/+10
2013-11-04perf stat: Enhance option parse error messageNamhyung Kim1-15/+27
2013-10-11perf stat: Add units to nanosec-based countersDavid Ahern1-1/+4
2013-10-11perf stat: Don't require a workload when using system wide or CPU optionsDavid Ahern1-1/+2
2013-10-11perf stat: Fix misleading message when specifying cpu list or system wideDavid Ahern1-1/+5
2013-10-11perf stat: Don't print bogus data on -e instructionsRamkumar Ramachandra1-4/+3
2013-10-11perf stat: Don't print bogus data on -e cyclesRamkumar Ramachandra1-4/+4
2013-10-08Merge branch 'perf/urgent' into tools/perf/buildIngo Molnar1-0/+1
2013-10-04perf stat: Set child_pid after perf_evlist__prepare_workload()Namhyung Kim1-0/+1
2013-10-04tools/perf/stat: Add perf stat --transactionAndi Kleen1-1/+143
2013-08-07perf stat: Flush output after each line in interval modeAndi Kleen1-0/+2
2013-08-07perf stat: Add support for --initial-delay optionAndi Kleen1-1/+21
2013-07-08perf stat: Fix per-socket output bug for uncore eventsStephane Eranian1-3/+4
2013-07-08perf stat: Avoid sending SIGTERM to random processesStephane Eranian1-1/+22
2013-03-25perf stat: Add per-core aggregationStephane Eranian1-3/+28
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian1-1/+1
2013-03-25perf stat: Refactor aggregation codeStephane Eranian1-88/+119
2013-03-18perf stat: Introduce evlist methods to allocate/free the statsArnaldo Carvalho de Melo1-24/+43
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt1-5/+40
2013-03-15perf stat: Use perf_evlist__prepare/start_workload()Namhyung Kim1-51/+7
2013-03-15perf evlist: Add thread_map__nr() helperNamhyung Kim1-2/+2
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim1-1/+1
2013-02-06perf stat: Add per processor socket count aggregationStephane Eranian1-11/+115
2013-01-30perf evsel: Fix memory leaks on evsel->countsNamhyung Kim1-0/+1
2013-01-30perf stat: Add interval printingStephane Eranian1-15/+142
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo1-11/+5
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo1-27/+3
2012-12-09perf evsel: Convert to _is_group_leader methodNamhyung Kim1-1/+1
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo1-1/+2
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa1-7/+4
2012-10-26perf stat: Add --pre and --post commandPeter Zijlstra1-6/+36