Age | Commit message (Expand) | Author | Files | Lines |
2014-12-02 | perf stat: Add support for per-pkg counters | Jiri Olsa | 1 | -0/+1 |
2014-12-02 | perf tools: Remove perf_evsel__read interface | Jiri Olsa | 1 | -29/+0 |
2014-11-25 | perf tools: Add snapshot format file parsing | Jiri Olsa | 1 | -0/+1 |
2014-11-25 | perf tools: Add per-pkg format file parsing | Matt Fleming | 1 | -0/+1 |
2014-11-25 | perf evsel: Introduce perf_evsel__read_cb function | Jiri Olsa | 1 | -0/+7 |
2014-11-25 | perf evsel: Introduce perf_counts_values__scale function | Jiri Olsa | 1 | -0/+3 |
2014-11-25 | perf evsel: Introduce perf_evsel__compute_deltas function | Jiri Olsa | 1 | -0/+3 |
2014-10-29 | perf tools: Add id index | Adrian Hunter | 1 | -0/+3 |
2014-10-29 | perf tools: Add facility to export data in database-friendly way | Adrian Hunter | 1 | -0/+2 |
2014-10-17 | perf evsel: No need to drag util/cgroup.h | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2014-10-15 | perf evsel: Make some exit routines static | Arnaldo Carvalho de Melo | 1 | -3/+0 |
2014-10-15 | perf evsel: Add missing 'target' struct forward declaration | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-10-15 | perf tools: Remove hists from evsel | Arnaldo Carvalho de Melo | 1 | -11/+0 |
2014-10-15 | perf evsel: Subclassing | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2014-10-09 | perf evsel: Add hists helper | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2014-08-14 | perf evlist: Add perf_evlist__set_tracking_event() | Adrian Hunter | 1 | -0/+1 |
2014-08-14 | perf evlist: Add 'system_wide' option | Adrian Hunter | 1 | -0/+1 |
2014-07-17 | perf evsel: Add 'immediate' option | Adrian Hunter | 1 | -0/+1 |
2014-07-17 | perf evsel: Add 'no_aux_samples' option | Adrian Hunter | 1 | -0/+1 |
2014-05-01 | tools: Consolidate types.h | Borislav Petkov | 1 | -2/+2 |
2014-04-29 | perf tools: Move u64_swap union | Borislav Petkov | 1 | -0/+5 |
2014-03-11 | perf tools: Disable user-space callchain/stack dumps for function trace events | Jiri Olsa | 1 | -0/+18 |
2013-12-19 | perf tools: Rename 'perf_record_opts' to 'record_opts | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2013-11-27 | tools/perf/stat: Add event unit and scale support | Stephane Eranian | 1 | -0/+3 |
2013-11-14 | perf evsel: Introduce perf_evsel__prev() method | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2013-11-12 | perf target: Shorten perf_target__ to target__ | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2013-11-11 | perf evsel: Remove idx parm from constructor | Arnaldo Carvalho de Melo | 1 | -2/+13 |
2013-11-07 | perf evsel: Ditch evsel->handler.data field | Arnaldo Carvalho de Melo | 1 | -4/+1 |
2013-10-04 | tools/perf/stat: Add perf stat --transaction | Andi Kleen | 1 | -0/+6 |
2013-08-29 | perf tools: Add support for PERF_SAMPLE_IDENTIFIER | Adrian Hunter | 1 | -1/+13 |
2013-08-08 | perf evsel: Add support for enabling counters | Andi Kleen | 1 | -0/+1 |
2013-08-08 | perf tools: Add 'S' event/group modifier to read sample value | Jiri Olsa | 1 | -0/+1 |
2013-08-08 | perf evsel: Add PERF_SAMPLE_READ sample related processing | Jiri Olsa | 1 | -0/+3 |
2013-03-15 | perf stat: Introduce --repeat forever | Frederik Deweerdt | 1 | -0/+1 |
2013-03-15 | perf evsel: Introduce perf_evsel__is_group_event() helper | Namhyung Kim | 1 | -0/+24 |
2013-02-07 | perf evlist: Pass the event_group info via perf_attr_details | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2013-01-31 | perf report: Show group description when event group is enabled | Namhyung Kim | 1 | -0/+8 |
2013-01-31 | perf hists: Resort hist entries using group members for output | Namhyung Kim | 1 | -0/+2 |
2013-01-31 | perf tools: Keep group information | Namhyung Kim | 1 | -0/+6 |
2013-01-30 | perf evsel: Fix memory leaks on evsel->counts | Namhyung Kim | 1 | -0/+1 |
2013-01-30 | perf evsel: Add prev_raw_count field | Stephane Eranian | 1 | -0/+1 |
2013-01-24 | perf evsel: Introduce perf_evsel__open_strerror method | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2013-01-24 | perf evsel: Introduce event fallback method | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2012-12-12 | perf evsel: Adopt fprintf routine from 'perf evlist' | Arnaldo Carvalho de Melo | 1 | -0/+8 |
2012-12-10 | perf evsel: Introduce method to request IDs be used | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2012-12-10 | perf evsel: Update sample_size when setting sample_type bits | Arnaldo Carvalho de Melo | 1 | -0/+11 |
2012-12-09 | perf evsel: Convert to _is_group_leader method | Namhyung Kim | 1 | -2/+2 |
2012-12-09 | perf evsel: Set leader evsel's ->leader to itself | Namhyung Kim | 1 | -1/+1 |
2012-12-08 | Merge branch 'linus' into perf/core | Ingo Molnar | 1 | -1/+1 |
2012-11-20 | perf: Make perf build for x86 with UAPI disintegration applied | David Howells | 1 | -1/+2 |