Age | Commit message (Expand) | Author |
2014-12-01 | perf stat: Add support for snapshot counters | Jiri Olsa |
2014-12-01 | perf stat: Add support for per-pkg counters | Jiri Olsa |
2014-12-01 | perf stat: Use read_counter in read_counter_aggr | Jiri Olsa |
2014-12-01 | perf stat: Make read_counter work over the thread dimension | Jiri Olsa |
2014-12-01 | perf stat: Use perf_evsel__read_cb in read_counter | Jiri Olsa |
2014-10-17 | perf evsel: No need to drag util/cgroup.h | Arnaldo Carvalho de Melo |
2014-09-26 | perf stat: Fix --per-core on multi socket systems | Andi Kleen |
2014-08-15 | perf stat: Use strerror_r instead of strerror | Masami Hiramatsu |
2014-06-27 | perf tools: Fix wrong condition for allocation failure | Jiri Olsa |
2014-04-14 | perf stat: Initialize statistics correctly | Andi Kleen |
2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo |
2014-01-13 | perf stat: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo |
2014-01-13 | perf evlist: Move destruction of maps to evlist destructor | Arnaldo Carvalho de Melo |
2014-01-13 | perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload | Arnaldo Carvalho de Melo |
2014-01-13 | perf evlist: Send the errno in the signal when workload fails | Arnaldo Carvalho de Melo |
2014-01-13 | perf stat: Don't show counter information when workload fails | Arnaldo Carvalho de Melo |
2013-12-27 | perf tools: Introduce zfree | Arnaldo Carvalho de Melo |
2013-11-27 | tools/perf/stat: Add event unit and scale support | Stephane Eranian |
2013-11-12 | perf target: Shorten perf_target__ to target__ | Arnaldo Carvalho de Melo |
2013-11-04 | perf stat: Enhance option parse error message | Namhyung Kim |
2013-10-11 | perf stat: Add units to nanosec-based counters | David Ahern |
2013-10-11 | perf stat: Don't require a workload when using system wide or CPU options | David Ahern |
2013-10-11 | perf stat: Fix misleading message when specifying cpu list or system wide | David Ahern |
2013-10-11 | perf stat: Don't print bogus data on -e instructions | Ramkumar Ramachandra |
2013-10-11 | perf stat: Don't print bogus data on -e cycles | Ramkumar Ramachandra |
2013-10-08 | Merge branch 'perf/urgent' into tools/perf/build | Ingo Molnar |
2013-10-04 | perf stat: Set child_pid after perf_evlist__prepare_workload() | Namhyung Kim |
2013-10-04 | tools/perf/stat: Add perf stat --transaction | Andi Kleen |
2013-08-07 | perf stat: Flush output after each line in interval mode | Andi Kleen |
2013-08-07 | perf stat: Add support for --initial-delay option | Andi Kleen |
2013-07-08 | perf stat: Fix per-socket output bug for uncore events | Stephane Eranian |
2013-07-08 | perf stat: Avoid sending SIGTERM to random processes | Stephane Eranian |
2013-03-25 | perf stat: Add per-core aggregation | Stephane Eranian |
2013-03-25 | perf stat: Rename --aggr-socket to --per-socket | Stephane Eranian |
2013-03-25 | perf stat: Refactor aggregation code | Stephane Eranian |
2013-03-18 | perf stat: Introduce evlist methods to allocate/free the stats | Arnaldo Carvalho de Melo |
2013-03-15 | perf stat: Introduce --repeat forever | Frederik Deweerdt |
2013-03-15 | perf stat: Use perf_evlist__prepare/start_workload() | Namhyung Kim |
2013-03-15 | perf evlist: Add thread_map__nr() helper | Namhyung Kim |
2013-03-15 | perf evlist: Remove cpus and threads arguments from perf_evlist__new() | Namhyung Kim |
2013-02-06 | perf stat: Add per processor socket count aggregation | Stephane Eranian |
2013-01-30 | perf evsel: Fix memory leaks on evsel->counts | Namhyung Kim |
2013-01-30 | perf stat: Add interval printing | Stephane Eranian |
2013-01-24 | perf evsel: Introduce perf_evsel__open_strerror method | Arnaldo Carvalho de Melo |
2013-01-24 | perf evsel: Do missing feature fallbacks in just one place | Arnaldo Carvalho de Melo |
2012-12-09 | perf evsel: Convert to _is_group_leader method | Namhyung Kim |
2012-11-14 | perf evsel: Introduce is_group_member method | Arnaldo Carvalho de Melo |
2012-11-14 | perf tools: Fix attributes for '{}' defined event groups | Jiri Olsa |
2012-10-26 | perf stat: Add --pre and --post command | Peter Zijlstra |
2012-10-02 | perf stat: Don't use globals where not needed to | Arnaldo Carvalho de Melo |