summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Prevent overflow in size calculationCody Schafer2012-07-251-1/+12
* perf tools: Fix build error with bison 2.6Kirill A. Shutemov2012-07-251-0/+3
* perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov2012-07-252-3/+12
* perf tools: Make the breakpoint events sample period default to 1Jovi Zhang2012-07-251-0/+1
* perf test: Add dso data caching testsJiri Olsa2012-07-254-0/+159
* perf symbols: Add dso data cachingJiri Olsa2012-07-252-18/+147
* perf symbols: Add interface to read DSO image dataJiri Olsa2012-07-252-0/+117
* perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa2012-07-254-102/+145
* perf hists: Print newline between hists callchainsFrederic Weisbecker2012-07-251-0/+2
* perf tools: Fix trace events storms due to weight demuxFrederic Weisbecker2012-07-252-1/+2
* perf hists: Return correct number of characters printed in callchainFrederic Weisbecker2012-07-251-2/+3
* perf tools: Dump exclude_{guest,host}, precise_ip header info tooDavid Ahern2012-07-251-0/+6
* perf kvm: Limit repetitive guestmount message to once per directoryDavid Ahern2012-07-251-1/+10
* perf kvm: Fix bug resolving guest kernel symsDavid Ahern2012-07-253-0/+15
* perf kvm: Guest userspace samples should not be lumped with host uspaceDavid Ahern2012-07-251-1/+3
* perf kvm: Set name for VM process in guest machineDavid Ahern2012-07-251-1/+16
* perf symbols: Add machine id to modules debug messageDavid Ahern2012-07-231-2/+9
* Merge branch 'linus' into perf/coreIngo Molnar2012-07-183-17/+17
|\
| * perf kvm: Fix segfault with report and mixed guestmount useDavid Ahern2012-07-021-14/+15
| * perf kvm: Fix regression with guest machine creationDavid Ahern2012-07-021-1/+1
| * perf script: Fix format regression due to libtraceevent mergeDavid Ahern2012-07-021-2/+1
* | perf tools: Split event symbols arrays to hw and sw partsJiri Olsa2012-07-051-57/+117
* | perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa2012-07-052-5/+12
* | perf tools: Add empty rule for new line in event syntax parsingJiri Olsa2012-07-051-0/+1
* | perf test: Use ARRAY_SIZE in parse events testsJiri Olsa2012-07-041-19/+10
* | perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake2012-07-023-82/+82
* | perf tools: Adding round_up/round_down macrosJiri Olsa2012-06-291-0/+10
* | perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa2012-06-291-6/+23
* | perf tools: Fix generation of pmu listRobert Richter2012-06-291-1/+2
* | perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa2012-06-293-3/+41
* | perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa2012-06-293-4/+51
* | tools lib traceevent: Add support for __print_hex()Namhyung Kim2012-06-292-0/+8
* | perf tools: Trivial build fixDavid Ahern2012-06-271-1/+1
* | perf report: Delay sample_type checks in pipe modeDavid Ahern2012-06-271-2/+4
* | perf bench: Documentation updateNamhyung Kim2012-06-274-11/+83
* | perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais2012-06-272-1/+65
* | perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-2715-182/+314
* | perf test: Fix parse events test to follow proper raw event nameJiri Olsa2012-06-251-3/+4
* | perf evsel: Fix a build failure on cross compilationNamhyung Kim2012-06-251-1/+0
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-06-2039-514/+1118
|\ \
| * | perf annotate: Check null of sym pointer before using itSamuel Liao2012-06-191-1/+3
| * | perf evsel: Make some methods privateArnaldo Carvalho de Melo2012-06-192-8/+3
| * | perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa2012-06-196-12/+11
| * | perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-191-1/+7
| * | perf tools: Remove __event_nameArnaldo Carvalho de Melo2012-06-192-56/+6
| * | perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo2012-06-192-3/+3
| * | perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo2012-06-191-18/+20
| * | perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-1915-55/+40
| * | perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2012-06-192-31/+14
| * | perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-193-16/+34
OpenPOWER on IntegriCloud