summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2015-10-22perf stat: Get correct cpu id for print_aggrKan Liang
2015-03-26perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo
2015-03-13perf stat: Always correctly indent ratio columnAndi Kleen
2015-03-13perf stat: Fix IPC and other formulas with -AAndi Kleen
2015-03-13perf stat: Output running time and run/enabled ratio in CSV modeAndi Kleen
2015-03-02perf stat: Report unsupported events properlySuzuki K. Poulose
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2014-12-01perf stat: Add support for snapshot countersJiri Olsa
2014-12-01perf stat: Add support for per-pkg countersJiri Olsa
2014-12-01perf stat: Use read_counter in read_counter_aggrJiri Olsa
2014-12-01perf stat: Make read_counter work over the thread dimensionJiri Olsa
2014-12-01perf stat: Use perf_evsel__read_cb in read_counterJiri Olsa
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo
2014-09-26perf stat: Fix --per-core on multi socket systemsAndi Kleen
2014-08-15perf stat: Use strerror_r instead of strerrorMasami Hiramatsu
2014-06-27perf tools: Fix wrong condition for allocation failureJiri Olsa
2014-04-14perf stat: Initialize statistics correctlyAndi Kleen
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2014-01-13perf stat: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo
2014-01-13perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo
2014-01-13perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo
2014-01-13perf stat: Don't show counter information when workload failsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-11-27tools/perf/stat: Add event unit and scale supportStephane Eranian
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo
2013-11-04perf stat: Enhance option parse error messageNamhyung Kim
2013-10-11perf stat: Add units to nanosec-based countersDavid Ahern
2013-10-11perf stat: Don't require a workload when using system wide or CPU optionsDavid Ahern
2013-10-11perf stat: Fix misleading message when specifying cpu list or system wideDavid Ahern
2013-10-11perf stat: Don't print bogus data on -e instructionsRamkumar Ramachandra
2013-10-11perf stat: Don't print bogus data on -e cyclesRamkumar Ramachandra
2013-10-08Merge branch 'perf/urgent' into tools/perf/buildIngo Molnar
2013-10-04perf stat: Set child_pid after perf_evlist__prepare_workload()Namhyung Kim
2013-10-04tools/perf/stat: Add perf stat --transactionAndi Kleen
2013-08-07perf stat: Flush output after each line in interval modeAndi Kleen
2013-08-07perf stat: Add support for --initial-delay optionAndi Kleen
2013-07-08perf stat: Fix per-socket output bug for uncore eventsStephane Eranian
2013-07-08perf stat: Avoid sending SIGTERM to random processesStephane Eranian
2013-03-25perf stat: Add per-core aggregationStephane Eranian
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian
2013-03-25perf stat: Refactor aggregation codeStephane Eranian
2013-03-18perf stat: Introduce evlist methods to allocate/free the statsArnaldo Carvalho de Melo
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt
2013-03-15perf stat: Use perf_evlist__prepare/start_workload()Namhyung Kim
2013-03-15perf evlist: Add thread_map__nr() helperNamhyung Kim
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim
2013-02-06perf stat: Add per processor socket count aggregationStephane Eranian
2013-01-30perf evsel: Fix memory leaks on evsel->countsNamhyung Kim
2013-01-30perf stat: Add interval printingStephane Eranian