Age | Commit message (Expand) | Author |
2017-04-24 | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo |
2016-04-13 | perf evsel: Move some methods from session.[ch] to evsel.[ch] | Arnaldo Carvalho de Melo |
2016-04-11 | perf evsel: Allow unresolved symbol names to be printed as addresses | Arnaldo Carvalho de Melo |
2016-04-11 | perf evsel: Rename print_ip() to fprintf_sym() | Arnaldo Carvalho de Melo |
2016-04-11 | perf evsel: Allow passing a left alignment when printing a symbol | Arnaldo Carvalho de Melo |
2016-04-11 | perf evsel: Allow specifying a file to output in perf_evsel__print_ip | Milian Wolff |
2016-03-31 | perf tools: Add time conversion event | Adrian Hunter |
2015-12-10 | perf tools: Make perf_session__register_idle_thread drop the refcount | Masami Hiramatsu |
2015-10-01 | perf top: Register idle thread | Namhyung Kim |
2015-05-04 | perf tools: Add AUX area tracing index | Adrian Hunter |
2015-04-29 | perf session: Add instruction tracing options | Adrian Hunter |
2015-04-29 | perf session: Add hooks to allow transparent decoding of AUX area tracing data | Adrian Hunter |
2015-03-31 | perf ordered_samples: Remove references to perf_{evlist,tool} and machines | Arnaldo Carvalho de Melo |
2015-03-12 | perf ordered_events: Allow tools to specify a deliver method | Arnaldo Carvalho de Melo |
2015-03-11 | perf ordered_events: Shorten function signatures | Arnaldo Carvalho de Melo |
2015-03-11 | perf ordered_events: Untangle from perf_session | Arnaldo Carvalho de Melo |
2015-02-22 | perf evlist: Adopt events_stats from perf_session | Arnaldo Carvalho de Melo |
2015-01-29 | perf tools: Do not use __perf_session__process_events() directly | Namhyung Kim |
2014-10-29 | perf session: Add perf_session__deliver_synth_event() | Adrian Hunter |
2014-10-29 | perf tools: Add id index | Adrian Hunter |
2014-10-14 | perf session: Remove last reference to hists struct | Arnaldo Carvalho de Melo |
2014-09-26 | perf tools: Use ACCESS_ONCE() instead of volatile cast | Pranith Kumar |
2014-08-13 | perf session: Add perf_session__peek_event() | Adrian Hunter |
2014-08-12 | perf tools: Create ordered-events object | Jiri Olsa |
2014-08-12 | perf tools: Make perf_session__deliver_event global | Jiri Olsa |
2014-08-12 | perf tools: Flush ordered events in case of allocation failure | Jiri Olsa |
2014-08-12 | perf tools: Limit ordered events queue size | Jiri Olsa |
2014-08-12 | perf tools: Rename ordered_events members | Jiri Olsa |
2014-08-12 | perf tools: Rename ordered_samples struct to ordered_events | Jiri Olsa |
2014-07-16 | perf session: Flag if the event stream is entirely in memory | Adrian Hunter |
2013-12-19 | perf symbols: Add 'machine' member to struct addr_location | Arnaldo Carvalho de Melo |
2013-12-13 | perf tools: Move mem_bswap32/64 to util.c | Adrian Hunter |
2013-12-09 | perf script: Add an option to print the source line number | Adrian Hunter |
2013-12-04 | perf tools: Add trace-event object | Jiri Olsa |
2013-12-04 | perf script: Do not call perf_event__preprocess_sample() twice) | Adrian Hunter |
2013-11-05 | perf tools: Finish the removal of 'self' arguments | Arnaldo Carvalho de Melo |
2013-10-21 | perf session: Separating data file properties from session | Jiri Olsa |
2013-10-21 | perf tools: Add perf_data_file__open interface to data object | Jiri Olsa |
2013-10-21 | perf tools: Add data object to handle perf data file | Jiri Olsa |
2013-09-19 | perf session: Check for SIGINT in more loops | Arnaldo Carvalho de Melo |
2013-08-12 | perf evsel: Add option to limit stack depth in callchain dumps | David Ahern |
2013-08-12 | perf evsel: Add option to print stack trace on single line | David Ahern |
2013-08-12 | perf tool: Simplify options to perf_evsel__print_ip | David Ahern |
2013-08-07 | perf session: Export queue_event function | David Ahern |
2013-08-07 | perf session: Export a few functions for event processing | David Ahern |
2013-07-12 | perf tools: Remove cwd from perf_session struct | Jiri Olsa |
2013-05-29 | perf tools: Remove cwdlen from struct perf_session | Jiri Olsa |
2013-03-15 | perf session: Remove unused perf_session__remove_thread method | David Ahern |
2013-01-24 | perf machine: Simplify accessing the host machine | Arnaldo Carvalho de Melo |