Age | Commit message (Expand) | Author |
2012-02-09 | perf tools: fix endianness detection in perf.data | Stephane Eranian |
2012-01-30 | perf tools: Fix strlen() bug in perf_event__synthesize_event_type() | Stephane Eranian |
2012-01-24 | perf tools: Fix strlen() bug in perf_event__synthesize_event_type() | Stephane Eranian |
2011-12-29 | perf tools: Fix feature-bits rework fallout, remove unused variable | Ingo Molnar |
2011-12-23 | perf tools: Use for_each_set_bit() to iterate over feature flags | Robert Richter |
2011-12-23 | perf tools: Unify handling of features when writing feature section | Robert Richter |
2011-12-23 | perf tools: Moving code in some files | Robert Richter |
2011-12-23 | perf tools: Continue processing header on unknown features | Robert Richter |
2011-12-23 | perf tools: Improve macros for struct feature_ops | Robert Richter |
2011-12-20 | Merge commit 'v3.2-rc6' into perf/core | Ingo Molnar |
2011-12-06 | perf header: Use event_name() to get an event name | Andrew Vagin |
2011-11-28 | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo |
2011-11-28 | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo |
2011-11-28 | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo |
2011-11-28 | perf event: perf_event_ops->attr() manipulates only an evlist | Arnaldo Carvalho de Melo |
2011-11-28 | perf symbols: Add nr_events to symbol_conf | Arnaldo Carvalho de Melo |
2011-10-26 | perf header: Fix build on old systems | Arnaldo Carvalho de Melo |
2011-10-20 | perf tools: Fix tracing info recording | Jiri Olsa |
2011-10-19 | perf tools: handle endianness of feature bitmap | David Ahern |
2011-10-19 | perf script: Fix unknown feature comment | David Ahern |
2011-10-14 | perf buildid: Fix possible unterminated readlink() result buffer | Thomas Jarosch |
2011-10-07 | perf tools: Make perf.data more self-descriptive (v8) | Stephane Eranian |
2011-08-11 | perf report: Use properly build_id kernel binaries | Jiri Olsa |
2011-07-22 | perf buildid-cache: Zero out buffer of filenames when adding/removing buildid | Han Pingtian |
2011-07-21 | perf tools: Fix endian conversion reading event attr from file header | David Ahern |
2011-05-26 | perf symbols: Handle /proc/sys/kernel/kptr_restrict | Arnaldo Carvalho de Melo |
2011-05-22 | perf tools: Move evlist sample helpers to evlist area | Frederic Weisbecker |
2011-03-23 | perf build-id: Add quirk to deal with perf.data file format breakage | Arnaldo Carvalho de Melo |
2011-03-15 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-03-10 | perf header: Stop using 'self' | Arnaldo Carvalho de Melo |
2011-03-10 | perf session: Use evlist/evsel for managing perf.data attributes | Arnaldo Carvalho de Melo |
2011-03-09 | perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cache | Lin Ming |
2011-03-06 | perf tools: Improve support for sessions with multiple events | Arnaldo Carvalho de Melo |
2011-02-07 | perf tool: Fix gcc 4.6.0 issues | Kyle McMartin |
2011-01-29 | perf tools: Kill event_t typedef, use 'union perf_event' instead | Arnaldo Carvalho de Melo |
2011-01-22 | perf evsel: Introduce perf_evlist | Arnaldo Carvalho de Melo |
2011-01-22 | perf tools: Fix 64 bit integer format strings | Arnaldo Carvalho de Melo |
2011-01-04 | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar |
2011-01-04 | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar |
2011-01-03 | perf util: Move do_read from session to util | Arnaldo Carvalho de Melo |
2011-01-03 | perf tools: Introduce event selectors | Arnaldo Carvalho de Melo |
2010-12-16 | perf buildid-cache: Fix symbolic link handling | Franck Bui-Huu |
2010-12-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2010-12-06 | perf tools: Catch a few uncheck calloc/malloc's | Chris Samuel |
2010-12-04 | perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events | Arnaldo Carvalho de Melo |
2010-12-04 | perf session: Parse sample earlier | Arnaldo Carvalho de Melo |
2010-11-30 | perf header: Don't assume there's no attr info if no sample ids is provided | Franck Bui-Huu |
2010-11-26 | perf record: Add option to disable collecting build-ids | Arnaldo Carvalho de Melo |
2010-06-17 | perf record: Add option to avoid updating buildid cache | Stephane Eranian |
2010-06-05 | perf buildid: add perfconfig option to specify buildid cache dir | Stephane Eranian |