summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | perf evlist: Remove some unused methodsArnaldo Carvalho de Melo2012-10-032-100/+3
* | | | perf evlist: Introduce add_newtp methodArnaldo Carvalho de Melo2012-10-032-0/+17
* | | | perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim2012-10-021-2/+2
* | | | perf tools: Long option completion support for each subcommandsNamhyung Kim2012-10-022-0/+9
* | | | perf tools: Convert to HAVE_STRLCPYNamhyung Kim2012-10-022-2/+2
* | | | perf tools: Convert to GTK2_SUPPORTNamhyung Kim2012-10-024-28/+30
* | | | perf tools: Convert to NEWT_SUPPORTNamhyung Kim2012-10-025-23/+23
* | | | perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim2012-10-022-4/+4
* | | | perf tools: Convert to LIBELF_SUPPORTNamhyung Kim2012-09-283-8/+8
| |_|/ |/| |
OpenPOWER on IntegriCloud