aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-04-20perf symbols: Read plt symbols from proper symtab_type binaryGravatar Jiri Olsa 1-7/+6
2012-04-17perf tools: Add 'G' and 'H' modifiers to event parsingGravatar Gleb Natapov 2-1/+31
2012-04-16perf tools: Drop CROSS_COMPILE from flex and bison callsGravatar Otavio Salvador 1-2/+2
2012-04-16perf report: Fix crash showing warning related to kernel mapsGravatar David Ahern 1-5/+12
2012-04-15Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Ingo Molnar 4-15/+15
2012-04-14perf archive: Correct cutting of symbolic linkGravatar Chanho Park 1-1/+2
2012-04-14perf tools: Ignore auto-generated bison/flex filesGravatar Namhyung Kim 1-0/+2
2012-04-14perf tools: Fix parsers' rules to dependenciesGravatar Jiri Olsa 1-11/+8
2012-04-13Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Ingo Molnar 7-13/+68
2012-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2012-04-12perf tools: fix NO_GTK2 Makefile config errorGravatar Stephane Eranian 1-1/+1
2012-04-12perf session: Skip event correctly for unknown id/machineGravatar Jiri Olsa 1-2/+2
2012-04-11perf kvm: Finding struct machine fails for PERF_RECORD_MMAPGravatar Nikunj A. Dadhania 1-2/+10
2012-04-05perf annotate: Validate addr in symbol__inc_addr_samplesGravatar Arnaldo Carvalho de Melo 4-3/+38
2012-04-05perf hists browser: Fix NULL deref in hists browsing codeGravatar Jiri Olsa 1-0/+3
2012-04-05perf hists: Catch and handle out-of-date hist entry maps.Gravatar David Miller 1-0/+12
2012-04-05perf annotate: Fix hist decayGravatar Arnaldo Carvalho de Melo 1-8/+4
2012-04-05perf top: Add intel_idle to the skip listGravatar Arnaldo Carvalho de Melo 1-0/+1
2012-04-04perf tools: Fix getrusage() related build failure on glibc trunkGravatar Markus Trippelsdorf 1-0/+1
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 34-459/+2134
2012-03-31Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Ingo Molnar 15-8546/+135
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 2-120/+224
2012-03-30perf tools: Remove auto-generated bison/flex filesGravatar Ingo Molnar 9-8476/+30
2012-03-29tools turbostat: harden against cpu online/offlineGravatar Len Brown 1-54/+61
2012-03-29tools turbostat: reduce measurement overhead due to IPIsGravatar Len Brown 1-0/+46
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsGravatar Linus Torvalds 13-110/+259
2012-03-29perf annotate: Fix off by one symbol hist size allocation and hit accountingGravatar Arnaldo Carvalho de Melo 1-3/+3
2012-03-29tools turbostat: add summary optionGravatar Len Brown 2-69/+120
2012-03-29perf tools: Add missing ref-cycles event back to event parserGravatar Namhyung Kim 1-0/+1
2012-03-28mm: move hugepage test examples to tools/testing/selftests/vmGravatar Dave Young 6-1/+363
2012-03-28mm: move slabinfo.c to tools/vmGravatar Dave Young 2-2/+2
2012-03-28mm: move page-types.c from Documentation to tools/vmGravatar Dave Young 2-0/+1113
2012-03-28selftests/Makefile: make `run_tests' depend on `all'Gravatar Andrew Morton 1-1/+1
2012-03-28selftests: launch individual selftests from the main MakefileGravatar Frederic Weisbecker 3-10/+10
2012-03-28perf annotate: addr2line wants addresses in same format as objdumpGravatar David Miller 1-1/+1
2012-03-28perf probe: Finder fails to resolve function name to addressGravatar Prashanth Nageshappa 1-1/+3
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-0/+3
2012-03-27perf symbols: Handle NULL dso in dso__name_lenGravatar David Miller 1-0/+2
2012-03-27perf symbols: Do not include libgen.hGravatar David Miller 1-1/+0
2012-03-26perf tools: Fix bug in raw sample parsingGravatar Stephane Eranian 1-0/+2
2012-03-26perf tools: Fix display of first level of callchainsGravatar Frederic Weisbecker 1-64/+93
2012-03-26perf tools: Switch module.h into export.hGravatar Jiri Olsa 2-1/+1
2012-03-26Merge branch 'linus' into perf/urgentGravatar Ingo Molnar 9-93/+614
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionGravatar Akinobu Mita 1-1/+1
2012-03-23Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Gravatar David S. Miller 3-0/+3
2012-03-23Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-14/+56
2012-03-22perf diff: Fix to work with new hists designGravatar Jiri Olsa 5-30/+43
2012-03-22perf tools: Fix modifier to be applied on correct eventsGravatar Jiri Olsa 6-337/+543
2012-03-22perf tools: Fix various casting issues for 32 bitsGravatar Jiri Olsa 2-2/+2
2012-03-22perf tools: Simplify event_read_id exit pathGravatar Borislav Petkov 1-6/+4