aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo1-24/+21
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo1-0/+337
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo2-6/+54
2011-11-29perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo2-22/+67
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo5-27/+7
2011-11-28perf tools: Save some loops using perf_evlist__id2evselArnaldo Carvalho de Melo5-75/+136
2011-11-28perf script: Add comm filtering optionDavid Ahern2-0/+17
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern6-8/+8
2011-11-28perf top: Stop using globals for tool stateArnaldo Carvalho de Melo2-235/+245
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo22-277/+301
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo24-375/+376
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo20-373/+520
2011-11-28perf annotate: Group options in a structArnaldo Carvalho de Melo1-31/+33
2011-11-28perf report: Group options in a structArnaldo Carvalho de Melo1-52/+59
2011-11-28perf tools: Use evsel->attr.sample_type instead of session->sample_typeArnaldo Carvalho de Melo2-6/+8
2011-11-28perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo5-14/+14
2011-11-28perf event: perf_event_ops->attr() manipulates only an evlistArnaldo Carvalho de Melo5-17/+34
2011-11-28perf evlist: Introduce id_hdr_size method out of perf_sessionArnaldo Carvalho de Melo3-28/+34
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo10-37/+30
2011-11-28perf ui progress: Fix divide by zeroArnaldo Carvalho de Melo1-0/+3
2011-11-28perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo2-5/+5
2011-11-28perf session: Move threads to struct machineArnaldo Carvalho de Melo6-15/+58
2011-11-28perf record: Move mmap_pages to perf_record_optsArnaldo Carvalho de Melo2-4/+6
2011-11-28perf evlist: Handle default value for 'pages' on mmap methodArnaldo Carvalho de Melo3-8/+11
2011-11-28perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'Arnaldo Carvalho de Melo4-68/+120
2011-11-28perf evsel: Introduce config attr methodArnaldo Carvalho de Melo6-132/+162
2011-11-28perf evlist: Introduce add_tracepoints methodArnaldo Carvalho de Melo3-2/+63
2011-11-28perf evlist: Introduce perf_evlist__add_attrsArnaldo Carvalho de Melo3-33/+48
2011-11-28perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo6-51/+43
2011-11-28perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo6-62/+24
2011-11-25perf/powerpc: Fix build for PowerPC with uclibc toolchainsFlorian Fainelli1-0/+3
2011-11-18ktest: Check parent options for iterated testsRabin Vincent1-0/+16
2011-11-16perf session: Fix crash with invalid CPU listDavid Ahern1-0/+4
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo3-12/+10
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+2
2011-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds2-108/+553
2011-11-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds31-288/+624
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-13/+15
2011-11-07perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-11-06Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown1-13/+15
2011-11-03perf top: Fix live annotation in the --stdio interfaceArnaldo Carvalho de Melo1-1/+2
2011-11-02perf top tui: Don't recalc column widths considering just the first pageArnaldo Carvalho de Melo1-1/+0
2011-11-02perf report: Add progress bar when processing time ordered eventsArnaldo Carvalho de Melo2-0/+10
2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo7-29/+112
2011-10-28ktest: Evaluate variables entered on the command lineSteven Rostedt1-4/+6
2011-10-28perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu1-1/+1
2011-10-27perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo1-2/+1
2011-10-26Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+9
2011-10-26perf header: Fix build on old systemsArnaldo Carvalho de Melo1-1/+1
2011-10-26perf ui browser: Handle K_RESIZE in dialog windowsArnaldo Carvalho de Melo9-26/+94