summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2012-12-09perf diff: Remove displacement from struct hist_entry_diffJiri Olsa1-3/+0
2012-12-09perf evsel: Convert to _is_group_leader methodNamhyung Kim3-7/+7
2012-12-09perf evsel: Set leader evsel's ->leader to itselfNamhyung Kim3-2/+2
2012-12-09perf hists: Link hist entry pairs to leaderNamhyung Kim1-2/+2
2012-12-09perf hists: Fix typo on hist__entry_add_pairNamhyung Kim2-3/+3
2012-12-09perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim1-0/+11
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa1-2/+9
2012-12-09perf tools: Fix mmap limitations on 32-bitDavid Miller2-12/+14
2012-12-09perf session: Free environment information when deleting sessionNamhyung Kim1-0/+17
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim1-4/+2
2012-12-09perf ui: Always compile error printing codeNamhyung Kim2-53/+2
2012-12-09perf symbols: Fix dso__fprintf() print statementStephane Eranian1-1/+1
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar9-12/+14
2012-11-20perf: 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-09perf hists: Introduce hists__linkArnaldo Carvalho de Melo2-0/+61
2012-11-09perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo2-0/+39
2012-11-09perf 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 st...Ingo 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