aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
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
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo
2012-12-09perf evsel: Convert to _is_group_leader methodNamhyung Kim
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa
2012-10-26perf stat: Add --pre and --post commandPeter Zijlstra
2012-10-02perf stat: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-26perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo
2012-06-11perf stat: Fix default output fileStephane Eranian
2012-05-30perf stat: Initialize default events wrt exclude_{guest,host}Arnaldo Carvalho de Melo
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim
2012-05-09perf stat: handle ENXIO error for perf_event_openDavid Ahern
2012-05-09perf stat: handle ENXIO error for perf_event_openDavid Ahern
2012-05-07perf stat: Use perf_evlist__create_mapsNamhyung Kim
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim
2012-05-02perf tools: Introduce perf_target__validate() helperNamhyung Kim
2012-05-02perf stat: Convert to struct perf_targetNamhyung Kim
2012-05-01perf stat: Fix case where guest/host monitoring is not supported by kernelStephane Eranian
2012-04-11perf stat: Declare some references staticRobert Richter
2012-03-16perf stat: Fix event grouping on forked taskNamhyung Kim
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern
2012-02-06perf stat: Align scaled output of cpu-clockNamhyung Kim
2012-02-06perf stat: Adjust print unitNamhyung Kim
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo
2012-01-03perf stat: Introduce get_ratio_color() helperNamhyung Kim
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo
2011-11-28perf evlist: Introduce perf_evlist__add_attrsArnaldo Carvalho de Melo