| Commit message (Expand) | Author | Age | Files | Lines |
* | perf header: Add HEADER_GROUP_DESC feature | Namhyung Kim | 2013-01-31 | 1 | -0/+3 |
* | perf machine: Simplify accessing the host machine | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -6/+1 |
* | perf machine: Introduce struct machines | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -2/+2 |
* | perf record: Don't pass host machine to guest synthesizer | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -7/+4 |
* | perf evsel: Introduce perf_evsel__open_strerror method | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -48/+6 |
* | perf evsel: Introduce event fallback method | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -20/+3 |
* | perf evsel: Do missing feature fallbacks in just one place | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -36/+0 |
* | perf record: Export the callchain parsing routine and help | Arnaldo Carvalho de Melo | 2012-12-11 | 1 | -5/+6 |
* | perf record: Pass perf_record_opts to the callchain cmdline parsing callback | Arnaldo Carvalho de Melo | 2012-12-11 | 1 | -13/+11 |
* | perf evlist: Set the leader in the perf_evlist__config method | Arnaldo Carvalho de Melo | 2012-12-11 | 1 | -8/+1 |
* | perf evsel: Update sample_size when setting sample_type bits | Arnaldo Carvalho de Melo | 2012-12-10 | 1 | -1/+1 |
* | perf tools: Ensure single disable call per event in record comand | Jiri Olsa | 2012-11-14 | 1 | -1/+4 |
* | perf tools: Fix 'disabled' attribute config for record command | Jiri Olsa | 2012-11-14 | 1 | -2/+13 |
* | perf tools: Fix attributes for '{}' defined event groups | Jiri Olsa | 2012-11-14 | 1 | -2/+6 |
* | perf record: Fix mmap error output condition | Jiri Olsa | 2012-10-29 | 1 | -1/+2 |
* | perf tools: Give user better message if precise is not supported | David Ahern | 2012-10-24 | 1 | -0/+5 |
* | perf tools: Add on_exit implementation | Bernhard Rosenkraenzer | 2012-10-08 | 1 | -0/+32 |
* | perf record: Don't use globals where not needed to | Arnaldo Carvalho de Melo | 2012-10-02 | 1 | -9/+10 |
* | perf tools: Convert to LIBUNWIND_SUPPORT | Namhyung Kim | 2012-10-02 | 1 | -7/+7 |
* | perf evlist: Renane set_filters method to apply_filters | Arnaldo Carvalho de Melo | 2012-09-26 | 1 | -1/+1 |
* | perf record: Print event causing perf_event_open() to fail | Stephane Eranian | 2012-09-20 | 1 | -2/+4 |
* | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 2012-09-11 | 1 | -5/+5 |
* | perf record: Remove use of die/exit | David Ahern | 2012-09-05 | 1 | -49/+109 |
* | perf evlist: Introduce evsel list accessors | Arnaldo Carvalho de Melo | 2012-08-15 | 1 | -2/+2 |
* | perf evlist: Rename __group method to __set_leader | Arnaldo Carvalho de Melo | 2012-08-15 | 1 | -1/+1 |
* | perf tools: Enable grouping logic for parsed events | Jiri Olsa | 2012-08-14 | 1 | -8/+5 |
* | perf tools: Support for DWARF mode callchain | Jiri Olsa | 2012-08-11 | 1 | -2/+112 |
* | perf tool: Save cmdline from user in file header vs what is passed to record | David Ahern | 2012-08-03 | 1 | -2/+0 |
* | perf session: Use perf_evlist__id_hdr_size more extensively | Arnaldo Carvalho de Melo | 2012-08-01 | 1 | -1/+1 |
* | perf tools: Move all users of event_name to perf_evsel__name | Arnaldo Carvalho de Melo | 2012-06-19 | 1 | -2/+2 |
* | perf tools: Convert critical messages to ui__error() | Namhyung Kim | 2012-05-29 | 1 | -7/+7 |
* | perf tools: Bump default sample freq to 4 kHz | Arnaldo Carvalho de Melo | 2012-05-22 | 1 | -1/+1 |
* | perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA | Stephane Eranian | 2012-05-22 | 1 | -2/+2 |
* | perf target: Add uses_mmap field | Namhyung Kim | 2012-05-17 | 1 | -0/+3 |
* | perf record: Reset event name when falling back to cpu-clock | David Ahern | 2012-05-09 | 1 | -0/+4 |
* | perf record: Fix fallback to cpu-clock on ppc | David Ahern | 2012-05-09 | 1 | -2/+6 |
* | perf target: Consolidate target task/cpu checking | Namhyung Kim | 2012-05-07 | 1 | -3/+1 |
* | perf tools: Introduce perf_target__strerror() | Namhyung Kim | 2012-05-07 | 1 | -2/+16 |
* | perf target: Introduce perf_target__parse_uid() | Namhyung Kim | 2012-05-07 | 1 | -3/+1 |
* | perf evlist: Make create_maps() take struct perf_target | Namhyung Kim | 2012-05-02 | 1 | -3/+1 |
* | perf tools: Introduce perf_target__validate() helper | Namhyung Kim | 2012-05-02 | 1 | -6/+3 |
* | perf tools: Introduce struct perf_target | Namhyung Kim | 2012-05-02 | 1 | -19/+22 |
* | perf record: Use sw counter only if hw pmu is not detected | Robert Richter | 2012-04-11 | 1 | -1/+1 |
* | perf record: Add HEADER_BRANCH_STACK tag | Stephane Eranian | 2012-03-09 | 1 | -0/+3 |
* | perf record: Provide default branch stack sampling mode option | Stephane Eranian | 2012-03-09 | 1 | -25/+43 |
* | perf record: Add support for sampling taken branch | Roberto Agostino Vitillo | 2012-03-09 | 1 | -0/+74 |
* | perf tools: Invert the sample_id_all logic | Arnaldo Carvalho de Melo | 2012-02-14 | 1 | -4/+3 |
* | perf tools: Handle kernels that don't support attr.exclude_{guest,host} | Arnaldo Carvalho de Melo | 2012-02-14 | 1 | -9/+20 |
* | perf tools: Allow multiple threads or processes in record, stat, top | David Ahern | 2012-02-13 | 1 | -6/+4 |
* | perf record: No build id option fails | David Ahern | 2012-02-09 | 1 | -2/+2 |