aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-65/+113
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-04-05perf probe: Fix listing incorrect line number with inline functionMasami Hiramatsu1-53/+81
2011-04-05perf probe: Fix to find recursively inlined functionMasami Hiramatsu1-1/+14
2011-04-05perf probe: Fix multiple --vars options behaviorMasami Hiramatsu1-8/+8
2011-04-05perf probe: Fix to remove redundant closeMasami Hiramatsu2-3/+2
2011-04-05perf probe: Fix to ensure function declared fileMasami Hiramatsu1-0/+8
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-31perf: mmap 512 kiB by defaultFrederic Weisbecker1-1/+5
2011-03-30Merge commits 'ca6a42586fae' and 'c286c419c784' into perf/urgentIngo Molnar4-20/+54
2011-03-29perf tools: Fix NO_NEWT=1 python build errorRobert Richter2-3/+12
2011-03-29perf symbols: Properly align symbol_conf.priv_sizeDavid S. Miller1-0/+2
2011-03-29perf tools: Emit clearer message for sys_perf_event_open ENOENT returnDavid Ahern2-1/+15
2011-03-29perf tools: Fixup exit path when not able to open eventsArnaldo Carvalho de Melo4-19/+39
2011-03-28perf symbols: Fix vsyscall symbol lookupAndrew Lutomirski2-1/+4
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds20-60/+145
2011-03-23perf symbols: Look at .dynsym again if .symtab not foundArnaldo Carvalho de Melo1-12/+13
2011-03-23perf build-id: Add quirk to deal with perf.data file format breakageArnaldo Carvalho de Melo1-1/+56
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo17-46/+73
2011-03-23perf top: Fix uninitialized 'counter' variableAkihiro Nagai1-1/+3
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktestLinus Torvalds2-20/+161
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds26-205/+596
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-2/+290
2011-03-16perf lock: Fix sorting by wait_minMarcin Slusarz1-1/+12
2011-03-16perf tools: Version incorrect with some versions of grepJosh Hunt1-4/+4
2011-03-16Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgentIngo Molnar24-200/+580
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds84-3939/+6420
2011-03-15perf probe: Clean up probe_point_lazy_walker() return valueIngo Molnar1-1/+1
2011-03-15perf evlist: New command to list the names of events present in a perf.data fileArnaldo Carvalho de Melo6-0/+84
2011-03-14perf script: Add support for H/W and S/W eventsDavid Ahern4-36/+147
2011-03-14perf script: Add support for dumping symbolsDavid Ahern4-2/+110
2011-03-14perf script: Support custom field selection for outputDavid Ahern2-16/+130
2011-03-14perf script: Move printing of 'common' data from print_event and renameDavid Ahern3-48/+42
2011-03-14perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parseDavid Ahern1-63/+2
2011-03-14perf script: Change process_event prototypeDavid Ahern5-22/+41
2011-03-14perf stat: Provide support for filtersFrederic Weisbecker1-0/+8
2011-03-11perf symbol: Move sym_entry->skip to symbol->ignoreArnaldo Carvalho de Melo3-3/+7
2011-03-11perf symbols: Rename dso->origin to dso->symtab_typeArnaldo Carvalho de Melo4-48/+48
2011-03-11perf top: Remove redundant syme->origin fieldArnaldo Carvalho de Melo3-4/+2
2011-03-11perf top: Remove redundant perf_top->sym_counterArnaldo Carvalho de Melo3-7/+8
2011-03-10perf header: Stop using 'self'Arnaldo Carvalho de Melo2-106/+105
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo11-328/+179
2011-03-10perf top: Don't let events to eat up whole header lineJiri Olsa1-3/+17
2011-03-10perf top: Fix events overflow in top commandJiri Olsa1-12/+18
2011-03-09perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cacheLin Ming1-3/+8
2011-03-08ktest: Add STOP_TEST_AFTER to stop the test after a period of timeSteven Rostedt2-1/+20
2011-03-08ktest: Monitor kernel while running of user testsSteven Rostedt1-0/+14
2011-03-08ktest: Fix bug where the test would not end after failureSteven Rostedt1-1/+1
2011-03-08ktest: Add BISECT_FILES to run git bisect on pathsSteven Rostedt2-1/+17
2011-03-08ktest: Add BISECT_SKIPSteven Rostedt2-8/+37