summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-211-1/+1
* perf stat: Add support for snapshot countersJiri Olsa2014-12-011-2/+4
* perf stat: Add support for per-pkg countersJiri Olsa2014-12-011-0/+49
* perf stat: Use read_counter in read_counter_aggrJiri Olsa2014-12-011-2/+16
* perf stat: Make read_counter work over the thread dimensionJiri Olsa2014-12-011-4/+11
* perf stat: Use perf_evsel__read_cb in read_counterJiri Olsa2014-12-011-6/+21
* perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo2014-10-171-0/+1
* perf stat: Fix --per-core on multi socket systemsAndi Kleen2014-09-261-4/+5
* perf stat: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-1/+1
* perf tools: Fix wrong condition for allocation failureJiri Olsa2014-06-271-1/+1
* perf stat: Initialize statistics correctlyAndi Kleen2014-04-141-2/+9
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-16/+16
* perf stat: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2014-01-131-1/+1
* perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo2014-01-131-5/+3
* perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo2014-01-131-15/+2
* perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo2014-01-131-6/+15
* perf stat: Don't show counter information when workload failsArnaldo Carvalho de Melo2014-01-131-1/+25
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-4/+2
* tools/perf/stat: Add event unit and scale supportStephane Eranian2013-11-271-30/+84
* perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo2013-11-121-11/+10
* perf stat: Enhance option parse error messageNamhyung Kim2013-11-041-15/+27
* perf stat: Add units to nanosec-based countersDavid Ahern2013-10-111-1/+4
* perf stat: Don't require a workload when using system wide or CPU optionsDavid Ahern2013-10-111-1/+2
* perf stat: Fix misleading message when specifying cpu list or system wideDavid Ahern2013-10-111-1/+5
* perf stat: Don't print bogus data on -e instructionsRamkumar Ramachandra2013-10-111-4/+3
* perf stat: Don't print bogus data on -e cyclesRamkumar Ramachandra2013-10-111-4/+4
* Merge branch 'perf/urgent' into tools/perf/buildIngo Molnar2013-10-081-0/+1
|\
| * perf stat: Set child_pid after perf_evlist__prepare_workload()Namhyung Kim2013-10-041-0/+1
* | tools/perf/stat: Add perf stat --transactionAndi Kleen2013-10-041-1/+143
|/
* perf stat: Flush output after each line in interval modeAndi Kleen2013-08-071-0/+2
* perf stat: Add support for --initial-delay optionAndi Kleen2013-08-071-1/+21
* perf stat: Fix per-socket output bug for uncore eventsStephane Eranian2013-07-081-3/+4
* perf stat: Avoid sending SIGTERM to random processesStephane Eranian2013-07-081-1/+22
* perf stat: Add per-core aggregationStephane Eranian2013-03-251-3/+28
* perf stat: Rename --aggr-socket to --per-socketStephane Eranian2013-03-251-1/+1
* perf stat: Refactor aggregation codeStephane Eranian2013-03-251-88/+119
* perf stat: Introduce evlist methods to allocate/free the statsArnaldo Carvalho de Melo2013-03-181-24/+43
* perf stat: Introduce --repeat foreverFrederik Deweerdt2013-03-151-5/+40
* perf stat: Use perf_evlist__prepare/start_workload()Namhyung Kim2013-03-151-51/+7
* perf evlist: Add thread_map__nr() helperNamhyung Kim2013-03-151-2/+2
* perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim2013-03-151-1/+1
* perf stat: Add per processor socket count aggregationStephane Eranian2013-02-061-11/+115
* perf evsel: Fix memory leaks on evsel->countsNamhyung Kim2013-01-301-0/+1
* perf stat: Add interval printingStephane Eranian2013-01-301-15/+142
* perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo2013-01-241-11/+5
* perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo2013-01-241-27/+3
* perf evsel: Convert to _is_group_leader methodNamhyung Kim2012-12-091-1/+1
* perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo2012-11-141-1/+2
* perf tools: Fix attributes for '{}' defined event groupsJiri Olsa2012-11-141-7/+4
* perf stat: Add --pre and --post commandPeter Zijlstra2012-10-261-6/+36
OpenPOWER on IntegriCloud