aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar9-12/+14
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells8-9/+10
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo3-5/+11
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim1-38/+1
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim2-0/+2
2012-11-14perf tools: Add basic event modifier sanity checkJiri Olsa2-1/+25
2012-11-14perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa1-0/+4
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa1-1/+41
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa3-11/+6
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim1-43/+31
2012-11-14perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim1-1/+1
2012-11-14perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo1-3/+2
2012-11-14perf tools: Stop using 'self' in pstackArnaldo Carvalho de Melo1-23/+23
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa2-2/+0
2012-11-14perf tests: Move pmu tests into separate objectJiri Olsa2-179/+10
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-30perf tools: Fix strbuf_addf() when the buffer needs to growNamhyung Kim1-4/+4
2012-10-30perf header: Fix numa topology printingNamhyung Kim1-0/+2
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