summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-12-09perf tools: Fix TUI helpline outputArnaldo Carvalho de Melo1-1/+1
2012-12-09perf tools: Don't check configuration on make tagsArnaldo Carvalho de Melo2-0/+6
2012-12-09perf diff: Change formula methods to work with pair directlyJiri Olsa3-24/+19
2012-12-09perf diff: Change compute methods to work with pair directlyJiri Olsa3-39/+46
2012-12-09perf diff: Remove displacement from struct hist_entry_diffJiri Olsa1-3/+0
2012-12-09perf evsel: Convert to _is_group_leader methodNamhyung Kim5-18/+18
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: Fix period symbol_conf.field_sep displayJiri Olsa1-1/+5
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa8-96/+101
2012-12-09perf tools: Fix mmap limitations on 32-bitDavid Miller2-12/+14
2012-12-09perf top: Add missing newline on pr_err callArnaldo Carvalho de Melo1-1/+1
2012-12-09perf session: Free environment information when deleting sessionNamhyung Kim1-0/+17
2012-12-09perf tools: Don't check configuration on make cleanNamhyung Kim2-12/+18
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim5-49/+43
2012-12-09perf ui: Always compile error printing codeNamhyung Kim4-62/+17
2012-12-09perf symbols: Fix dso__fprintf() print statementStephane Eranian1-1/+1
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar20-449/+140
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-98/+148
2012-11-23perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong1-0/+4
2012-11-23perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong1-51/+60
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells13-28/+46
2012-11-19perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-19tools: Pass the target in descendDavid Howells1-2/+2
2012-11-19tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-19tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-9/+19
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo5-16/+23
2012-11-14perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-14tools: Pass the target in descendDavid Howells1-2/+2
2012-11-14tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-14tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim3-40/+30
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim5-0/+19
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim4-0/+54
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim6-12/+41
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2-5/+5
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: Ensure single disable call per event in record comandJiri Olsa1-1/+4
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa4-3/+56
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa8-28/+20
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim1-43/+31
2012-11-14perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim1-5/+10
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: Check for mkstemp return value in dso-data testJiri Olsa1-0/+4