aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-25perf annotate: Prevent overflow in size calculationCody Schafer1-1/+12
2012-07-25perf tools: Fix build error with bison 2.6Kirill A. Shutemov1-0/+3
2012-07-25perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov2-3/+12
2012-07-25perf tools: Make the breakpoint events sample period default to 1Jovi Zhang1-0/+1
2012-07-25perf test: Add dso data caching testsJiri Olsa4-0/+159
2012-07-25perf symbols: Add dso data cachingJiri Olsa2-18/+147
2012-07-25perf symbols: Add interface to read DSO image dataJiri Olsa2-0/+117
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa4-102/+145
2012-07-25perf hists: Print newline between hists callchainsFrederic Weisbecker1-0/+2
2012-07-25perf tools: Fix trace events storms due to weight demuxFrederic Weisbecker2-1/+2
2012-07-25perf hists: Return correct number of characters printed in callchainFrederic Weisbecker1-2/+3
2012-07-25perf tools: Dump exclude_{guest,host}, precise_ip header info tooDavid Ahern1-0/+6
2012-07-25perf kvm: Limit repetitive guestmount message to once per directoryDavid Ahern1-1/+10
2012-07-25perf kvm: Fix bug resolving guest kernel symsDavid Ahern3-0/+15
2012-07-25perf kvm: Guest userspace samples should not be lumped with host uspaceDavid Ahern1-1/+3
2012-07-25perf kvm: Set name for VM process in guest machineDavid Ahern1-1/+16
2012-07-23perf symbols: Add machine id to modules debug messageDavid Ahern1-2/+9
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar3-17/+17
2012-07-05perf tools: Split event symbols arrays to hw and sw partsJiri Olsa1-57/+117
2012-07-05perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa2-5/+12
2012-07-05perf tools: Add empty rule for new line in event syntax parsingJiri Olsa1-0/+1
2012-07-04perf test: Use ARRAY_SIZE in parse events testsJiri Olsa1-19/+10
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake3-82/+82
2012-07-02perf kvm: Fix segfault with report and mixed guestmount useDavid Ahern1-14/+15
2012-07-02perf kvm: Fix regression with guest machine creationDavid Ahern1-1/+1
2012-07-02perf script: Fix format regression due to libtraceevent mergeDavid Ahern1-2/+1
2012-06-29perf tools: Adding round_up/round_down macrosJiri Olsa1-0/+10
2012-06-29perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa1-6/+23
2012-06-29perf tools: Fix generation of pmu listRobert Richter1-1/+2
2012-06-29perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa3-3/+41
2012-06-29perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa3-4/+51
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim2-0/+8
2012-06-27perf tools: Trivial build fixDavid Ahern1-1/+1
2012-06-27perf report: Delay sample_type checks in pipe modeDavid Ahern1-2/+4
2012-06-27perf bench: Documentation updateNamhyung Kim4-11/+83
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais2-1/+65
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo15-182/+314
2012-06-25perf test: Fix parse events test to follow proper raw event nameJiri Olsa1-3/+4
2012-06-25perf evsel: Fix a build failure on cross compilationNamhyung Kim1-1/+0
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar39-514/+1118
2012-06-19perf annotate: Check null of sym pointer before using itSamuel Liao1-1/+3
2012-06-19perf evsel: Make some methods privateArnaldo Carvalho de Melo2-8/+3
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa6-12/+11
2012-06-19perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo1-1/+7
2012-06-19perf tools: Remove __event_nameArnaldo Carvalho de Melo2-56/+6
2012-06-19perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo2-3/+3
2012-06-19perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo1-18/+20
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo15-55/+40
2012-06-19perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2-31/+14
2012-06-19perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo3-16/+34