| Commit message (Expand) | Author | Age | Files | Lines |
* | perf report: Accept fifos as input file | Robert Richter | 2011-12-23 | 1 | -2/+2 |
* | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -7/+8 |
* | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -4/+4 |
* | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -4/+8 |
* | perf tools: Use evsel->attr.sample_type instead of session->sample_type | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -4/+5 |
* | perf session: Pass evsel in event_ops->sample() | Arnaldo Carvalho de Melo | 2011-03-23 | 1 | -0/+11 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-03-04 | 1 | -3/+3 |
|\ |
|
| * | perf timechart: Fix max number of cpus | Thomas Renninger | 2011-02-28 | 1 | -3/+3 |
* | | perf tools: Kill event_t typedef, use 'union perf_event' instead | Arnaldo Carvalho de Melo | 2011-01-29 | 1 | -4/+7 |
* | | perf tools: Rename 'struct sample_data' to 'struct perf_sample' | Arnaldo Carvalho de Melo | 2011-01-29 | 1 | -4/+4 |
|/ |
|
* | perf timechart: Adjust perf timechart to the new power events | Thomas Renninger | 2011-01-04 | 1 | -18/+76 |
* | perf symbols: Add symfs option for off-box analysis using specified tree | David Ahern | 2010-12-21 | 1 | -0/+2 |
* | perf session: Fallback to unordered processing if no sample_id_all | Ian Munsie | 2010-12-21 | 1 | -1/+2 |
* | perf tools: Catch a few uncheck calloc/malloc's | Chris Samuel | 2010-12-06 | 1 | -0/+3 |
* | perf session: Parse sample earlier | Arnaldo Carvalho de Melo | 2010-12-04 | 1 | -20/+20 |
* | perf timechart: Adjust confusing if indentation | Julia Lawall | 2010-08-05 | 1 | -2/+2 |
* | x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independent | Thomas Renninger | 2010-07-22 | 1 | -5/+6 |
* | perf: add perf-inject builtin | Tom Zanussi | 2010-05-02 | 1 | -1/+1 |
* | perf: Use generic sample reordering in perf timechart | Frederic Weisbecker | 2010-04-24 | 1 | -107/+5 |
* | perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ... | Ian Munsie | 2010-04-14 | 1 | -1/+1 |
* | perf tools: Reorganize some structs to save space | Arnaldo Carvalho de Melo | 2010-04-08 | 1 | -2/+0 |
* | perf tools: Move the prototypes in util/string.h to util.h | Arnaldo Carvalho de Melo | 2010-04-03 | 1 | -1/+0 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-29 | 1 | -1/+1 |
|\ |
|
| * | perf timechart: Use tid not pid for COMM change | Arjan van de Ven | 2010-01-17 | 1 | -1/+1 |
* | | perf session: Remove redundant prefix & suffix from perf_event_ops | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -4/+4 |
* | | perf session: Remove sample_type_check from event_ops | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -2/+4 |
* | | perf session: Share the common trace sample_check routine as perf_session__ha... | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -12/+1 |
|/ |
|
* | perf symbols: Adopt the strlists for dso, comm | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -2/+2 |
* | perf symbols: Make symbol_conf global | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -3/+2 |
* | perf session: Adopt the sample_type variable | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -21/+15 |
* | perf session: Move the hist_entries rb tree to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -1/+1 |
* | perf session: Move kmaps to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -1/+2 |
* | perf session: Reduce the number of parms to perf_session__process_events | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -2/+1 |
* | perf session: Ditch register_perf_file_handler | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -5/+4 |
* | perf session: Pass the perf_session to the event handling operations | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -8/+5 |
* | perf tools: Introduce perf_session class | Arnaldo Carvalho de Melo | 2009-12-12 | 1 | -6/+9 |
* | perf: Make common SAMPLE_EVENT parser | OGAWA Hirofumi | 2009-12-06 | 1 | -41/+15 |
* | perf timechart: Fix header handling | OGAWA Hirofumi | 2009-12-06 | 1 | -4/+8 |
* | perf timechart: Remove open-coded event parsing code | Li Zefan | 2009-12-01 | 1 | -140/+30 |
* | perf tools: perf_header__read() shouldn't die() | Arnaldo Carvalho de Melo | 2009-11-19 | 1 | -4/+13 |
* | perf tools: Simplify the symbol priv area mechanism | Arnaldo Carvalho de Melo | 2009-11-02 | 1 | -1/+1 |
* | perf tools: Unify debug messages mechanisms | Arnaldo Carvalho de Melo | 2009-10-23 | 1 | -7/+6 |
* | perf timechart: Add a process filter | Arjan van de Ven | 2009-10-20 | 1 | -3/+102 |
* | perf timechart: Fix the wakeup-arrows that point to non-visible processes | Arjan van de Ven | 2009-10-20 | 1 | -2/+26 |
* | perf timechart: Add a power-only mode | Arjan van de Ven | 2009-10-01 | 1 | -3/+7 |
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -7/+7 |
* | perf util: Make the timechart SVG width dynamic | Arjan van de Ven | 2009-09-20 | 1 | -2/+4 |
* | perf timechart: Show the duration of scheduler delays in the SVG | Arjan van de Ven | 2009-09-20 | 1 | -3/+3 |
* | perf timechart: Show the name of the waker/wakee in timechart | Arjan van de Ven | 2009-09-20 | 1 | -3/+8 |
* | perf timechart: Add "perf timechart record" | Arjan van de Ven | 2009-09-19 | 1 | -8/+39 |