summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2012-07-25perf annotate: Prevent overflow in size calculationCody Schafer
2012-07-25perf tools: Fix build error with bison 2.6Kirill A. Shutemov
2012-07-25perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov
2012-07-25perf tools: Make the breakpoint events sample period default to 1Jovi Zhang
2012-07-25perf test: Add dso data caching testsJiri Olsa
2012-07-25perf symbols: Add dso data cachingJiri Olsa
2012-07-25perf symbols: Add interface to read DSO image dataJiri Olsa
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa
2012-07-25perf hists: Print newline between hists callchainsFrederic Weisbecker
2012-07-25perf tools: Fix trace events storms due to weight demuxFrederic Weisbecker
2012-07-25perf hists: Return correct number of characters printed in callchainFrederic Weisbecker
2012-07-25perf tools: Dump exclude_{guest,host}, precise_ip header info tooDavid Ahern
2012-07-25perf kvm: Limit repetitive guestmount message to once per directoryDavid Ahern
2012-07-25perf kvm: Fix bug resolving guest kernel symsDavid Ahern
2012-07-25perf kvm: Guest userspace samples should not be lumped with host uspaceDavid Ahern
2012-07-25perf kvm: Set name for VM process in guest machineDavid Ahern
2012-07-23perf symbols: Add machine id to modules debug messageDavid Ahern
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar
2012-07-05perf tools: Split event symbols arrays to hw and sw partsJiri Olsa
2012-07-05perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa
2012-07-05perf tools: Add empty rule for new line in event syntax parsingJiri Olsa
2012-07-04perf test: Use ARRAY_SIZE in parse events testsJiri Olsa
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake
2012-07-02perf kvm: Fix segfault with report and mixed guestmount useDavid Ahern
2012-07-02perf kvm: Fix regression with guest machine creationDavid Ahern
2012-07-02perf script: Fix format regression due to libtraceevent mergeDavid Ahern
2012-06-29perf tools: Adding round_up/round_down macrosJiri Olsa
2012-06-29perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa
2012-06-29perf tools: Fix generation of pmu listRobert Richter
2012-06-29perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa
2012-06-29perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim
2012-06-27perf tools: Trivial build fixDavid Ahern
2012-06-27perf report: Delay sample_type checks in pipe modeDavid Ahern
2012-06-27perf bench: Documentation updateNamhyung Kim
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-06-25perf test: Fix parse events test to follow proper raw event nameJiri Olsa
2012-06-25perf evsel: Fix a build failure on cross compilationNamhyung Kim
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-06-19perf annotate: Check null of sym pointer before using itSamuel Liao
2012-06-19perf evsel: Make some methods privateArnaldo Carvalho de Melo
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa
2012-06-19perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-06-19perf tools: Remove __event_nameArnaldo Carvalho de Melo
2012-06-19perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo
2012-06-19perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo