summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo2012-12-097-746/+756
* perf buildid-cache: Add option to show build ids that are missing in the cacheArnaldo Carvalho de Melo2012-12-092-2/+49
* perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo2012-12-097-19/+24
* perf diff: Remove displacement output optionJiri Olsa2012-12-094-52/+7Star
* perf buildid-list: We need to check if a file is ELF firstArnaldo Carvalho de Melo2012-12-091-8/+6Star
* perf tools: Fix TUI helpline outputArnaldo Carvalho de Melo2012-12-091-1/+1
* perf tools: Don't check configuration on make tagsArnaldo Carvalho de Melo2012-12-092-0/+6
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-093-24/+19Star
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-093-39/+46
* perf diff: Remove displacement from struct hist_entry_diffJiri Olsa2012-12-091-3/+0Star
* perf evsel: Convert to _is_group_leader methodNamhyung Kim2012-12-095-18/+18
* perf evsel: Set leader evsel's ->leader to itselfNamhyung Kim2012-12-093-2/+2
* perf hists: Link hist entry pairs to leaderNamhyung Kim2012-12-091-2/+2
* perf hists: Fix typo on hist__entry_add_pairNamhyung Kim2012-12-092-3/+3
* perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim2012-12-091-0/+11
* perf hists: Fix period symbol_conf.field_sep displayJiri Olsa2012-12-091-1/+5
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-098-96/+101
* perf tools: Fix mmap limitations on 32-bitDavid Miller2012-12-092-12/+14
* perf top: Add missing newline on pr_err callArnaldo Carvalho de Melo2012-12-091-1/+1
* perf session: Free environment information when deleting sessionNamhyung Kim2012-12-091-0/+17
* perf tools: Don't check configuration on make cleanNamhyung Kim2012-12-092-12/+18
* perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim2012-12-095-49/+43Star
* perf ui: Always compile error printing codeNamhyung Kim2012-12-094-62/+17Star
* perf symbols: Fix dso__fprintf() print statementStephane Eranian2012-12-091-1/+1
* Merge branch 'linus' into perf/coreIngo Molnar2012-12-0820-449/+140Star
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-0117-98/+148
| |\
| | * perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong2012-11-241-0/+4
| | * perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong2012-11-231-51/+60
| | * perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells2012-11-1913-28/+46
| | * perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu2012-11-191-1/+1
| | * tools: Pass the target in descendDavid Howells2012-11-191-2/+2
| | * tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells2012-11-191-4/+13
| | * tools: Define a Makefile function to do subdir processingDavid Howells2012-11-192-12/+20
| | * perf tools: Fix strbuf_addf() when the buffer needs to growNamhyung Kim2012-10-301-4/+4
| | * perf header: Fix numa topology printingNamhyung Kim2012-10-301-0/+2
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-11-141-9/+19
| |\ \
| | * | tools/power turbostat: graceful fail on garbage inputLen Brown2012-11-011-8/+18
| | * | tools/power turbostat: Repair Segmentation fault when using -i optionLen Brown2012-11-011-1/+1
| | |/
| * / revert "epoll: support for disabling items, and a self-test app"Andrew Morton2012-11-093-356/+1Star
| |/
| * Merge tag 'ktest-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-281-2/+4
| |\
| | * ktest: Fix ktest confusion with CONFIG_MODULES_USE_ELF_RELASteven Rostedt2012-10-261-2/+4
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-264-11/+22
| |\ \
| * | | tools/testing/selftests/epoll/test_epoll.c: fix buildDaniel Hazelton2012-10-251-2/+2
| * | | UAPI: fix tools/vm/page-types.cDavid Howells2012-10-251-1/+1
| | |/ | |/|
* | | perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo2012-11-145-16/+23
* | | perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu2012-11-141-1/+1
* | | tools: Pass the target in descendDavid Howells2012-11-141-2/+2
* | | tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells2012-11-141-4/+13
* | | tools: Define a Makefile function to do subdir processingDavid Howells2012-11-142-12/+20
* | | perf ui: Always compile browser setup codeNamhyung Kim2012-11-143-40/+30Star