summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | perf stat: Add support for --initial-delay optionAndi Kleen2013-08-072-1/+26
| | * | perf evsel: Add support for enabling countersAndi Kleen2013-08-072-3/+19
| | * | perf evlist: Remove obsolete dummy execveAndi Kleen2013-08-071-7/+0
| | * | perf kvm: Split out tracepoints from record argsDavid Ahern2013-08-071-11/+19
| | * | perf session: Export a few functions for event processingDavid Ahern2013-08-072-6/+13
| | * | perf stats: Add max and min statsDavid Ahern2013-08-072-0/+15
| | * | perf top: move CONSOLE_CLEAR to header fileDavid Ahern2013-08-072-2/+2
| | * | perf util: Add parse_nsec_time() functionNamhyung Kim2013-08-072-0/+35
| | * | perf python: Remove duplicate TID bit from maskArnaldo Carvalho de Melo2013-08-071-1/+1
| | * | perf trace: Beautify 'connect' resultArnaldo Carvalho de Melo2013-08-071-0/+1
| | * | perf tools: Fix compile of util/tsc.cDavid Ahern2013-08-071-4/+4
| | * | perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern2013-08-071-1/+6
| | * | perf tests: Add parse events tests for leader samplingJiri Olsa2013-08-071-0/+115
| | * | perf tests: Add attr record group sampling testJiri Olsa2013-08-071-0/+36
| | * | perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa2013-08-075-2/+39
| | * | perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa2013-08-072-1/+74
| | * | perf evlist: Add perf_evlist__id2sid method to get event ID related dataJiri Olsa2013-08-072-5/+18
| | * | perf evlist: Fix event ID retrieval for group format read caseJiri Olsa2013-08-071-0/+7
| | * | perf tools: Add support for parsing PERF_SAMPLE_READ sample typeJiri Olsa2013-08-075-2/+112
| | * | perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event idJiri Olsa2013-08-071-1/+15
| | * | perf tools: Add test for converting perf time to/from TSCAdrian Hunter2013-07-237-0/+268
| | * | perf tools: Move weight back to common sort keysAndi Kleen2013-07-222-5/+5
| | * | perf tests: Add broken install-* tests into tests/makeJiri Olsa2013-07-221-0/+31
| | * | perf tests: Add 'make install/install-bin' tests into tests/makeJiri Olsa2013-07-221-0/+9
| | * | perf tests: Add DESTDIR=TMP_DEST tests/make variableJiri Olsa2013-07-221-4/+8
| | * | perf tests: Rename TMP to TMP_O tests/make variableJiri Olsa2013-07-221-4/+4
| | * | perf tests: Run ctags/cscope make tests only with needed binariesJiri Olsa2013-07-221-2/+9
| | * | perf tools: Fix build with perl 5.18Kirill A. Shutemov2013-07-221-2/+2
| | * | perf tools: Support callchain sorting based on addressesAndi Kleen2013-07-225-9/+34
| | * | perf bench: Fix memcpy benchmark for large sizesAndi Kleen2013-07-221-0/+2
| | * | perf evsel: Handle ENODEV on default cycles eventDavid Ahern2013-07-221-1/+1
| | * | perf script: Fix named threads supportDavid Ahern2013-07-225-15/+21
| | * | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-07-1965-1090/+2366
| | |\ \ | | | |/ | | |/|
| | | * perf header: Recognize version number for perf data fileJiri Olsa2013-07-172-5/+13
| | | * perf header: Introduce feat_offset into perf_headerJiri Olsa2013-07-172-2/+5
| | | * perf header: Remove attr_offset from perf_headerJiri Olsa2013-07-172-3/+3
| | | * perf header: Remove data_offset seek as it's not neededJiri Olsa2013-07-171-2/+0
| | | * perf session: Use session->fd instead of passing fd as argumentJiri Olsa2013-07-173-9/+8
| | | * perf tests: Check proper prev_state size for sched_switch tpJiri Olsa2013-07-171-1/+1
| | | * perf symbols: Do not apply symfs for an absolute vmlinux pathNamhyung Kim2013-07-171-2/+5
| | | * perf tools: Fix 'make tools/perf'Robert Richter2013-07-171-1/+1
| | | * perf tools: Remove event types framework completelyJiri Olsa2013-07-159-134/+1
| | | * perf record: Remove event types pushingJiri Olsa2013-07-151-6/+0
| | | * perf tools: Remove event types from perf data fileJiri Olsa2013-07-152-29/+2
| | | * perf timechart: Remove event types framework only userJiri Olsa2013-07-151-58/+97
| | | * perf timechart: Use traceevent lib event-parse.h includeJiri Olsa2013-07-151-19/+2
| | | * perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa2013-07-123-42/+41
| | | * perf diff: Add generic order option for compute sortingJiri Olsa2013-07-122-31/+70
| | | * perf diff: Making compute functions staticJiri Olsa2013-07-122-22/+15
| | | * perf diff: Update perf diff documentation for multiple data comparisonJiri Olsa2013-07-121-9/+64