aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim2-3/+53
2012-11-09perf annotate: Whitespace fixupsNamhyung Kim1-7/+7
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo8-297/+316
2012-11-08perf hists: Introduce hists__linkArnaldo Carvalho de Melo2-0/+61
2012-11-08perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo2-0/+39
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo2-4/+25
2012-11-08perf tools: Add arbitary aliases and support names with -Andi Kleen1-0/+2
2012-11-08perf hists: Free branch_info when freeing hist_entryNamhyung Kim1-0/+1
2012-11-08perf tools: Fix detection of stack areaNamhyung Kim1-1/+1
2012-11-08perf machine: Set kernel data mapping lengthNamhyung Kim1-9/+13
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim1-2/+5
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim2-19/+17
2012-10-31perf tests: Move test objects into 'tests' directoryJiri Olsa2-1269/+0
2012-10-31perf annotate: Handle XBEGIN like a jumpAndi Kleen1-0/+2
2012-10-31perf tools: Handle --version string generation on machines without gitArnaldo Carvalho de Melo1-1/+2
2012-10-31perf tools: Further speed up the perf buildIngo Molnar1-9/+4
2012-10-31perf tools: Speed up the perf build time by simplifying the perf --version string generationIngo Molnar1-1/+1
2012-10-29perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo1-0/+2
2012-10-29perf header: Add is_perf_magic() funcFeng Tang2-0/+11
2012-10-29perf scripts browser: Add a browser for perf scriptFeng Tang1-0/+7
2012-10-29perf tools: Move dso_* related functions into dso objectJiri Olsa4-726/+749
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa4-12/+19
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa4-34/+34
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa4-5/+8
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa6-16/+18
2012-10-28perf tools: Move parse_events error printing to parse_events_optionsAndi Kleen1-3/+7
2012-10-26perf inject: Mark a dso if it's usedAndrew Vagin2-5/+9
2012-10-25perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo1-7/+6
2012-10-24perf tools: Try to build Documentation when installingBorislav Petkov1-1/+1
2012-10-24perf trace: Support interrupted syscallsArnaldo Carvalho de Melo1-0/+4
2012-10-24Account the nr_entries in rblist properlySuzuki K. Poulose1-2/+2
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea1-1/+0
2012-10-24perf test: Add automated tests for pmu sysfs translated eventsJiri Olsa1-0/+68
2012-10-24perf tools: Add support to specify hw event as PMU event termJiri Olsa3-0/+38
2012-10-24perf tools: Fix PMU object alias initializationJiri Olsa1-3/+4
2012-10-24Merge branch 'perf/urgent' into perf/coreIngo Molnar16-16/+32
2012-10-22perf test: Fix exclude_guest parse events testsJiri Olsa1-4/+8
2012-10-22perf tools: do not flush maps on COMM for perf reportLuigi Semenzato1-1/+0
2012-10-20perf python: Properly link with libtraceeventArnaldo Carvalho de Melo2-3/+2
2012-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar4-0/+12
2012-10-17perf python: Link with libtraceeventArnaldo Carvalho de Melo1-0/+1
2012-10-17perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo1-0/+2
2012-10-16perf tools: Remove warnings on JIT samples for srcline sort keyNamhyung Kim1-0/+3
2012-10-16perf tools: Fix segfault when using srcline sort keyNamhyung Kim1-0/+3
2012-10-16perf tool: Precise mode requires exclude_guestDavid Ahern1-0/+3
2012-10-14perf: Fix UAPI falloutIngo Molnar8-8/+8
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-190/+143
2012-10-13perf: Handle new rbtree implementationMarkus Trippelsdorf1-0/+2
2012-10-11perf: fix duplicate header inclusionMichel Lespinasse1-1/+0
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse1-0/+1