summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2013-08-08perf util: Add parse_nsec_time() functionNamhyung Kim2-0/+35
2013-08-08perf python: Remove duplicate TID bit from maskArnaldo Carvalho de Melo1-1/+1
2013-08-08perf trace: Beautify 'connect' resultArnaldo Carvalho de Melo1-0/+1
2013-08-08perf tools: Fix compile of util/tsc.cDavid Ahern1-4/+4
2013-08-08perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern1-1/+6
2013-08-08perf tests: Add parse events tests for leader samplingJiri Olsa1-0/+115
2013-08-08perf tests: Add attr record group sampling testJiri Olsa1-0/+36
2013-08-08perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa5-2/+39
2013-08-08perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa2-1/+74
2013-08-08perf evlist: Add perf_evlist__id2sid method to get event ID related dataJiri Olsa2-5/+18
2013-08-08perf evlist: Fix event ID retrieval for group format read caseJiri Olsa1-0/+7
2013-08-08perf tools: Add support for parsing PERF_SAMPLE_READ sample typeJiri Olsa5-2/+112
2013-08-08perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event idJiri Olsa1-1/+15
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter7-0/+268
2013-07-22perf tools: Move weight back to common sort keysAndi Kleen2-5/+5
2013-07-22perf tests: Add broken install-* tests into tests/makeJiri Olsa1-0/+31
2013-07-22perf tests: Add 'make install/install-bin' tests into tests/makeJiri Olsa1-0/+9
2013-07-22perf tests: Add DESTDIR=TMP_DEST tests/make variableJiri Olsa1-4/+8
2013-07-22perf tests: Rename TMP to TMP_O tests/make variableJiri Olsa1-4/+4
2013-07-22perf tests: Run ctags/cscope make tests only with needed binariesJiri Olsa1-2/+9
2013-07-22perf tools: Fix build with perl 5.18Kirill A. Shutemov1-2/+2
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen5-9/+34
2013-07-22perf bench: Fix memcpy benchmark for large sizesAndi Kleen1-0/+2
2013-07-22perf evsel: Handle ENODEV on default cycles eventDavid Ahern1-1/+1
2013-07-22perf script: Fix named threads supportDavid Ahern5-15/+21
2013-07-18perf header: Recognize version number for perf data fileJiri Olsa2-5/+13
2013-07-17perf header: Introduce feat_offset into perf_headerJiri Olsa2-2/+5
2013-07-17perf header: Remove attr_offset from perf_headerJiri Olsa2-3/+3
2013-07-17perf header: Remove data_offset seek as it's not neededJiri Olsa1-2/+0
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa3-9/+8
2013-07-17perf tests: Check proper prev_state size for sched_switch tpJiri Olsa1-1/+1
2013-07-17perf symbols: Do not apply symfs for an absolute vmlinux pathNamhyung Kim1-2/+5
2013-07-17perf tools: Fix 'make tools/perf'Robert Richter1-1/+1
2013-07-15perf tools: Remove event types framework completelyJiri Olsa9-134/+1
2013-07-15perf record: Remove event types pushingJiri Olsa1-6/+0
2013-07-15perf tools: Remove event types from perf data fileJiri Olsa2-29/+2
2013-07-15perf timechart: Remove event types framework only userJiri Olsa1-58/+97
2013-07-15perf timechart: Use traceevent lib event-parse.h includeJiri Olsa1-19/+2
2013-07-12perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa3-42/+41
2013-07-12perf diff: Add generic order option for compute sortingJiri Olsa2-31/+70
2013-07-12perf diff: Making compute functions staticJiri Olsa2-22/+15
2013-07-12perf diff: Update perf diff documentation for multiple data comparisonJiri Olsa1-9/+64
2013-07-12perf diff: Change diff command to work over multiple data filesJiri Olsa1-33/+66
2013-07-12perf diff: Move columns into struct data__fileJiri Olsa1-42/+55
2013-07-12perf diff: Move diff related columns into diff commandJiri Olsa3-230/+292
2013-07-12perf diff: Display data file info ahead of the diff outputJiri Olsa1-0/+18
2013-07-12perf hists: Marking dummy hists entriesJiri Olsa3-7/+18
2013-07-12perf diff: Switching the base hists to be pairs headJiri Olsa2-50/+35
2013-07-12perf diff: Introducing diff_data object to hold filesJiri Olsa1-48/+95
2013-07-12perf tools: Centralize default columns init in perf_hpp__initJiri Olsa4-4/+2