aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move build_id__sprintf into build-id objectJiri Olsa2012-10-296-16/+18
* perf tools: Move parse_events error printing to parse_events_optionsAndi Kleen2012-10-281-3/+7
* perf inject: Mark a dso if it's usedAndrew Vagin2012-10-262-5/+9
* perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo2012-10-251-7/+6
* perf tools: Try to build Documentation when installingBorislav Petkov2012-10-241-1/+1
* perf trace: Support interrupted syscallsArnaldo Carvalho de Melo2012-10-241-0/+4
* Account the nr_entries in rblist properlySuzuki K. Poulose2012-10-241-2/+2
* perf tools: Try to find cross-built objdump pathIrina Tirdea2012-10-241-1/+0
* perf test: Add automated tests for pmu sysfs translated eventsJiri Olsa2012-10-241-0/+68
* perf tools: Add support to specify hw event as PMU event termJiri Olsa2012-10-243-0/+38
* perf tools: Fix PMU object alias initializationJiri Olsa2012-10-241-3/+4
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-10-2416-16/+32
|\
| * perf test: Fix exclude_guest parse events testsJiri Olsa2012-10-221-4/+8
| * perf tools: do not flush maps on COMM for perf reportLuigi Semenzato2012-10-221-1/+0
| * perf python: Properly link with libtraceeventArnaldo Carvalho de Melo2012-10-202-3/+2
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-204-0/+12
| |\
| | * perf python: Link with libtraceeventArnaldo Carvalho de Melo2012-10-171-0/+1
| | * perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo2012-10-171-0/+2
| | * perf tools: Remove warnings on JIT samples for srcline sort keyNamhyung Kim2012-10-161-0/+3
| | * perf tools: Fix segfault when using srcline sort keyNamhyung Kim2012-10-161-0/+3
| | * perf tool: Precise mode requires exclude_guestDavid Ahern2012-10-161-0/+3
| * | perf: Fix UAPI falloutIngo Molnar2012-10-148-8/+8
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-1318-190/+143
| |\|
| | * Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-10-0518-190/+143
| | |\
| * | | perf: Handle new rbtree implementationMarkus Trippelsdorf2012-10-131-0/+2
| * | | perf: fix duplicate header inclusionMichel Lespinasse2012-10-111-1/+0
| * | | rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-091-0/+1
| |/ /
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-0177-2491/+4892
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-013-3/+3
| |\ \ \
| | * | | tools: perf: Fix typo in tools/perfMasanari Iida2012-09-013-3/+3
| * | | | perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo2012-08-211-0/+2
* | | | | perf tools: Remove duplicated include from trace-event-python.cWei Yongjun2012-10-071-1/+0
* | | | | perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo2012-10-063-199/+240
* | | | | perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-063-10/+28
* | | | | perf machine: Introduce find_thread methodArnaldo Carvalho de Melo2012-10-064-40/+71
* | | | | perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo2012-10-065-8/+5
* | | | | perf diff: Add -F option to display formula for computationJiri Olsa2012-10-051-0/+2
* | | | | perf diff: Add -p option to display period values for hist entriesJiri Olsa2012-10-051-0/+1
* | | | | perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa2012-10-052-0/+5
* | | | | perf diff: Add option to sort entries based on diff computationJiri Olsa2012-10-052-0/+17
* | | | | perf diff: Add ratio computation way to compare hist entriesJiri Olsa2012-10-051-0/+1
| |_|_|/ |/| | |
* | | | perf hists: Add more helpers for hist entry statNamhyung Kim2012-10-041-8/+18
* | | | perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim2012-10-041-1/+3
* | | | perf hists: Introduce struct he_statNamhyung Kim2012-10-042-30/+38
* | | | perf diff: Removing the total_period argument from output codeJiri Olsa2012-10-041-1/+0
* | | | perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa2012-10-041-1/+2
* | | | perf tools: Removing hists pair argument from output pathJiri Olsa2012-10-041-2/+2
* | | | perf hists: Separate overhead and baseline columnsJiri Olsa2012-10-041-0/+1
* | | | perf diff: Refactor diff displacement possition infoJiri Olsa2012-10-042-4/+2
* | | | perf hists: Add struct hists pointer to struct hist_entryJiri Olsa2012-10-042-0/+3