summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-213-8/+38
|\
| * perf stat: handle ENXIO error for perf_event_openDavid Ahern2012-05-091-1/+6
| * perf: Turn off compiler warnings for flex and bison generated filesGreg Kroah-Hartman2012-05-071-2/+2
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-05-022-5/+30
| |\
| | * perf stat: Fix case where guest/host monitoring is not supported by kernelStephane Eranian2012-05-011-4/+29
| | * perf build-id: Fix filename size calculationNamhyung Kim2012-05-011-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-086-18/+60
|\| |
| * | Merge tag 'ktest-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-021-3/+9
| |\ \ | | |/ | |/|
| | * ktest: Fix reboot on success stopping all rebootsSteven Rostedt2012-05-011-2/+8
| | * ktest.pl: Fix combined usage of BISECT_REVERSE and BISECT_SKIPRuss Dill2012-05-011-1/+1
| * | perf symbols: Read plt symbols from proper symtab_type binaryJiri Olsa2012-04-201-7/+6Star
| * | perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov2012-04-172-1/+31
| * | perf tools: Drop CROSS_COMPILE from flex and bison callsOtavio Salvador2012-04-161-2/+2
| * | perf report: Fix crash showing warning related to kernel mapsDavid Ahern2012-04-161-5/+12
| |/
* / virtio/tools: add delayed interupt modeMichael S. Tsirkin2012-05-022-4/+23
|/
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-154-15/+15
|\
| * perf archive: Correct cutting of symbolic linkChanho Park2012-04-141-1/+2
| * perf tools: Ignore auto-generated bison/flex filesNamhyung Kim2012-04-141-0/+2
| * perf tools: Fix parsers' rules to dependenciesJiri Olsa2012-04-141-11/+8Star
| * perf tools: fix NO_GTK2 Makefile config errorStephane Eranian2012-04-121-1/+1
| * perf session: Skip event correctly for unknown id/machineJiri Olsa2012-04-121-2/+2
* | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-137-13/+68
|\|
| * perf kvm: Finding struct machine fails for PERF_RECORD_MMAPNikunj A. Dadhania2012-04-111-2/+10
| * perf annotate: Validate addr in symbol__inc_addr_samplesArnaldo Carvalho de Melo2012-04-064-3/+38
| * perf hists browser: Fix NULL deref in hists browsing codeJiri Olsa2012-04-051-0/+3
| * perf hists: Catch and handle out-of-date hist entry maps.David Miller2012-04-051-0/+12
| * perf annotate: Fix hist decayArnaldo Carvalho de Melo2012-04-051-8/+4Star
| * perf top: Add intel_idle to the skip listArnaldo Carvalho de Melo2012-04-051-0/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-131-0/+1
|\|
| * perf tools: Fix getrusage() related build failure on glibc trunkMarkus Trippelsdorf2012-04-041-0/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-3134-459/+2134
|\|
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2012-03-3115-8546/+135Star
| |\
| | * perf tools: Remove auto-generated bison/flex filesIngo Molnar2012-03-309-8476/+30Star
| | * perf annotate: Fix off by one symbol hist size allocation and hit accountingArnaldo Carvalho de Melo2012-03-291-3/+3
| | * perf tools: Add missing ref-cycles event back to event parserNamhyung Kim2012-03-291-0/+1
| | * perf annotate: addr2line wants addresses in same format as objdumpDavid Miller2012-03-281-1/+1
| | * perf probe: Finder fails to resolve function name to addressPrashanth Nageshappa2012-03-281-1/+3
| | * perf symbols: Handle NULL dso in dso__name_lenDavid Miller2012-03-271-0/+2
| | * perf symbols: Do not include libgen.hDavid Miller2012-03-271-1/+0Star
| | * perf tools: Fix bug in raw sample parsingStephane Eranian2012-03-261-0/+2
| | * perf tools: Fix display of first level of callchainsFrederic Weisbecker2012-03-261-64/+93
| * | perf tools: Switch module.h into export.hJiri Olsa2012-03-262-1/+1
| * | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-269-93/+614
| |\ \ | | |/ | |/|
| * | perf diff: Fix to work with new hists designJiri Olsa2012-03-225-30/+43
| * | perf tools: Fix modifier to be applied on correct eventsJiri Olsa2012-03-226-337/+543
| * | perf tools: Fix various casting issues for 32 bitsJiri Olsa2012-03-222-2/+2
| * | perf tools: Simplify event_read_id exit pathBorislav Petkov2012-03-221-6/+4Star
| * | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-03-2214-34/+49
| |\ \
| * | | perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg2012-03-198-4/+272
| * | | perf report: Document --symbol-filter optionNamhyung Kim2012-03-191-0/+3