summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2012-08-21perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo-0/+2
2012-08-03perf tools: Remove brace expansion from clean targetPalmer Cox-1/+2
2012-08-03perf kvm top: Limit guest kernel info message to onceDavid Ahern-2/+11
2012-08-03perf tools: Introduce intlistDavid Ahern-0/+178
2012-08-03perf tools: Change strlist to use the new rblistDavid Ahern-84/+57
2012-08-03perf tools: Introducing rblistDavid Ahern-0/+156
2012-08-03perf kvm: Use strtol for walking guestmount directoryDavid Ahern-1/+9
2012-08-03perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern-2/+12
2012-08-03perf top: Error handling for counter creation should parallel perf-recordDavid Ahern-2/+4
2012-08-02perf session: Remove no longer used synthesize_sample methodArnaldo Carvalho de Melo-12/+0
2012-08-02perf evsel: Adopt parse_sample method from perf_eventArnaldo Carvalho de Melo-15/+11
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo-31/+21
2012-08-01perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo-10/+10
2012-08-01perf session: Use perf_evlist__sample_id_all more extensivelyArnaldo Carvalho de Melo-6/+4
2012-08-01perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo-27/+30
2012-08-01perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo-25/+24
2012-08-01perf target: Fix check on buffer sizeNamhyung Kim-1/+1
2012-08-01perf symbols: Fix array sizes for binary types arraysJiri Olsa-2/+2
2012-08-01perf test: Fix parse events automated testsJiri Olsa-6/+6
2012-07-25perf annotate: Prevent overflow in size calculationCody Schafer-1/+12
2012-07-25perf tools: Fix build error with bison 2.6Kirill A. Shutemov-0/+3
2012-07-25perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov-3/+12
2012-07-25perf tools: Make the breakpoint events sample period default to 1Jovi Zhang-0/+1
2012-07-25perf test: Add dso data caching testsJiri Olsa-0/+159
2012-07-25perf symbols: Add dso data cachingJiri Olsa-18/+147
2012-07-25perf symbols: Add interface to read DSO image dataJiri Olsa-0/+117
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa-102/+145
2012-07-25perf hists: Print newline between hists callchainsFrederic Weisbecker-0/+2
2012-07-25perf tools: Fix trace events storms due to weight demuxFrederic Weisbecker-1/+2
2012-07-25perf hists: Return correct number of characters printed in callchainFrederic Weisbecker-2/+3
2012-07-25perf tools: Dump exclude_{guest,host}, precise_ip header info tooDavid Ahern-0/+6
2012-07-25perf kvm: Limit repetitive guestmount message to once per directoryDavid Ahern-1/+10
2012-07-25perf kvm: Fix bug resolving guest kernel symsDavid Ahern-0/+15
2012-07-25perf kvm: Guest userspace samples should not be lumped with host uspaceDavid Ahern-1/+3
2012-07-25perf kvm: Set name for VM process in guest machineDavid Ahern-1/+16
2012-07-23perf symbols: Add machine id to modules debug messageDavid Ahern-2/+9
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar-17/+17
2012-07-05perf tools: Split event symbols arrays to hw and sw partsJiri Olsa-57/+117
2012-07-05perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa-5/+12
2012-07-05perf tools: Add empty rule for new line in event syntax parsingJiri Olsa-0/+1
2012-07-04perf test: Use ARRAY_SIZE in parse events testsJiri Olsa-19/+10
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake-82/+82
2012-07-02perf kvm: Fix segfault with report and mixed guestmount useDavid Ahern-14/+15
2012-07-02perf kvm: Fix regression with guest machine creationDavid Ahern-1/+1
2012-07-02perf script: Fix format regression due to libtraceevent mergeDavid Ahern-2/+1
2012-06-29perf tools: Adding round_up/round_down macrosJiri Olsa-0/+10
2012-06-29perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa-6/+23
2012-06-29perf tools: Fix generation of pmu listRobert Richter-1/+2
2012-06-29perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa-3/+41
2012-06-29perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa-4/+51