Age | Commit message (Expand) | Author | Files | Lines |
2012-10-03 | perf top: Don't use globals where not needed to | Arnaldo Carvalho de Melo | 1 | -5/+4 |
2012-09-26 | perf evsel: Know if byte swap is needed | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 1 | -3/+4 |
2012-08-15 | perf evlist: Introduce evsel list accessors | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2012-08-15 | perf evlist: Rename __group method to __set_leader | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2012-08-15 | perf tools: Enable grouping logic for parsed events | Jiri Olsa | 1 | -8/+4 |
2012-08-11 | perf tools: Support for DWARF CFI unwinding on post processing | Jiri Olsa | 1 | -2/+4 |
2012-08-03 | perf kvm top: Limit guest kernel info message to once | David Ahern | 1 | -2/+11 |
2012-08-03 | perf top: Error handling for counter creation should parallel perf-record | David Ahern | 1 | -2/+4 |
2012-08-02 | perf evlist: Introduce perf_evlist__parse_sample | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2012-08-02 | perf session: Use perf_evlist__id_hdr_size more extensively | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2012-07-25 | perf symbols: Factor DSO symtab types to generic binary types | Jiri Olsa | 1 | -1/+1 |
2012-06-19 | perf tools: Remove unused evsel parameter from machine__resolve_callchain | Jiri Olsa | 1 | -1/+1 |
2012-06-19 | perf tools: Move all users of event_name to perf_evsel__name | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2012-05-31 | perf callchain: Make callchain cursors TLS | Namhyung Kim | 1 | -1/+1 |
2012-05-29 | perf tools: Convert critical messages to ui__error() | Namhyung Kim | 1 | -11/+11 |
2012-05-25 | perf top: Fix counter name fixup when fallbacking to cpu-clock | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2012-05-22 | perf tools: Bump default sample freq to 4 kHz | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2012-05-22 | perf target: Add cpu flag to sample_type if target has cpu | Namhyung Kim | 1 | -0/+3 |
2012-05-17 | perf target: Add uses_mmap field | Namhyung Kim | 1 | -0/+3 |
2012-05-16 | perf target: Rename functions to avoid double negation | Namhyung Kim | 1 | -1/+1 |
2012-05-09 | perf top: Update event name when falling back to cpu-clock | David Ahern | 1 | -0/+4 |
2012-05-08 | perf top: Default to system wide using perf_target methods | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2012-05-08 | perf target: Consolidate target task/cpu checking | Namhyung Kim | 1 | -1/+1 |
2012-05-08 | perf tools: Introduce perf_target__strerror() | Namhyung Kim | 1 | -3/+16 |
2012-05-07 | perf target: Introduce perf_target__parse_uid() | Namhyung Kim | 1 | -2/+1 |
2012-05-07 | perf top: Set target.system_wide | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2012-05-02 | perf evlist: Make create_maps() take struct perf_target | Namhyung Kim | 1 | -3/+1 |
2012-05-02 | perf tools: Introduce perf_target__validate() helper | Namhyung Kim | 1 | -12/+3 |
2012-05-02 | perf top: Convert to struct perf_target | Namhyung Kim | 1 | -16/+17 |
2012-04-06 | perf annotate: Validate addr in symbol__inc_addr_samples | Arnaldo Carvalho de Melo | 1 | -1/+34 |
2012-04-06 | perf top: Add intel_idle to the skip list | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2012-02-14 | perf tools: Invert the sample_id_all logic | Arnaldo Carvalho de Melo | 1 | -4/+3 |
2012-02-14 | perf tools: Handle kernels that don't support attr.exclude_{guest,host} | Arnaldo Carvalho de Melo | 1 | -6/+17 |
2012-02-14 | perf top: Don't process samples with no valid machine object | Joerg Roedel | 1 | -0/+6 |
2012-02-14 | perf tools: Allow multiple threads or processes in record, stat, top | David Ahern | 1 | -7/+5 |
2012-01-31 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -3/+10 |
2012-01-31 | perf top: Fix number of samples displayed | Stephane Eranian | 1 | -3/+10 |
2012-01-25 | perf tools: Introduce per user view | Arnaldo Carvalho de Melo | 1 | -3/+19 |
2012-01-08 | perf top: Add error message for EMFILE | Namhyung Kim | 1 | -0/+4 |
2012-01-06 | perf top: Don't update total_period on process_sample | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2012-01-03 | perf top: Fix a memory leak | Namhyung Kim | 1 | -1/+0 |
2011-11-29 | perf evlist: Always do automatic allocation of pollfd and mmap structures | Arnaldo Carvalho de Melo | 1 | -15/+4 |
2011-11-28 | perf top: Stop using globals for tool state | Arnaldo Carvalho de Melo | 1 | -235/+229 |
2011-11-28 | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2011-11-28 | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 1 | -48/+51 |
2011-11-28 | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2011-11-28 | perf session: Remove superfluous callchain_cursor member | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2011-11-28 | perf symbols: Add nr_events to symbol_conf | Arnaldo Carvalho de Melo | 1 | -3/+4 |
2011-11-03 | perf top: Fix live annotation in the --stdio interface | Arnaldo Carvalho de Melo | 1 | -1/+2 |