Age | Commit message (Expand) | Author | Files | Lines |
2011-11-28 | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 22 | -277/+301 |
2011-11-28 | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 24 | -375/+376 |
2011-11-28 | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 20 | -373/+520 |
2011-11-28 | perf annotate: Group options in a struct | Arnaldo Carvalho de Melo | 1 | -31/+33 |
2011-11-28 | perf report: Group options in a struct | Arnaldo Carvalho de Melo | 1 | -52/+59 |
2011-11-28 | perf tools: Use evsel->attr.sample_type instead of session->sample_type | Arnaldo Carvalho de Melo | 2 | -6/+8 |
2011-11-28 | perf session: Remove superfluous callchain_cursor member | Arnaldo Carvalho de Melo | 5 | -14/+14 |
2011-11-28 | perf event: perf_event_ops->attr() manipulates only an evlist | Arnaldo Carvalho de Melo | 5 | -17/+34 |
2011-11-28 | perf evlist: Introduce id_hdr_size method out of perf_session | Arnaldo Carvalho de Melo | 3 | -28/+34 |
2011-11-28 | perf symbols: Add nr_events to symbol_conf | Arnaldo Carvalho de Melo | 10 | -37/+30 |
2011-11-28 | perf ui progress: Fix divide by zero | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2011-11-28 | perf record: Move 'group' to perf_event_ops | Arnaldo Carvalho de Melo | 2 | -5/+5 |
2011-11-28 | perf session: Move threads to struct machine | Arnaldo Carvalho de Melo | 6 | -15/+58 |
2011-11-28 | perf record: Move mmap_pages to perf_record_opts | Arnaldo Carvalho de Melo | 2 | -4/+6 |
2011-11-28 | perf evlist: Handle default value for 'pages' on mmap method | Arnaldo Carvalho de Melo | 3 | -8/+11 |
2011-11-28 | perf evlist: Introduce {prepare,start}_workload refactored from 'perf record' | Arnaldo Carvalho de Melo | 4 | -68/+120 |
2011-11-28 | perf evsel: Introduce config attr method | Arnaldo Carvalho de Melo | 6 | -132/+162 |
2011-11-28 | perf evlist: Introduce add_tracepoints method | Arnaldo Carvalho de Melo | 3 | -2/+63 |
2011-11-28 | perf evlist: Introduce perf_evlist__add_attrs | Arnaldo Carvalho de Melo | 3 | -33/+48 |
2011-11-28 | perf tools: Simplify debugfs mountpoint handling code | Arnaldo Carvalho de Melo | 6 | -51/+43 |
2011-11-28 | perf tools: Eliminate duplicate code and use PATH_MAX consistently | Arnaldo Carvalho de Melo | 6 | -62/+24 |
2011-11-25 | perf/powerpc: Fix build for PowerPC with uclibc toolchains | Florian Fainelli | 1 | -0/+3 |
2011-11-23 | ktest: When creating new config, allow the use of ${THIS_DIR} | Steven Rostedt | 1 | -2/+17 |
2011-11-21 | ktest: Add default for ssh-user, build-target and target-image | Steven Rostedt | 1 | -1/+7 |
2011-11-18 | ktest: Allow success logs to be stored | Rabin Vincent | 2 | -34/+52 |
2011-11-18 | ktest: Save test output | Rabin Vincent | 1 | -11/+19 |
2011-11-18 | ktest: Check parent options for iterated tests | Rabin Vincent | 1 | -0/+16 |
2011-11-18 | tools turbostat: recognize and run properly on IVB | Len Brown | 1 | -0/+2 |
2011-11-16 | perf session: Fix crash with invalid CPU list | David Ahern | 1 | -0/+4 |
2011-11-16 | perf python: Fix undefined symbol problem | Arnaldo Carvalho de Melo | 3 | -12/+10 |
2011-11-11 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+2 |
2011-11-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2 | -108/+553 |
2011-11-07 | NFSD: Added fault injection script | Bryan Schumaker | 1 | -0/+49 |
2011-11-07 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 31 | -288/+624 |
2011-11-07 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -13/+15 |
2011-11-07 | perf: Fix parsing of __print_flags() in TP_printk() | Steven Rostedt | 1 | -0/+2 |
2011-11-06 | Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into next | Len Brown | 1 | -13/+15 |
2011-11-03 | perf top: Fix live annotation in the --stdio interface | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2011-11-02 | perf top tui: Don't recalc column widths considering just the first page | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2011-11-02 | perf report: Add progress bar when processing time ordered events | Arnaldo Carvalho de Melo | 2 | -0/+10 |
2011-11-02 | perf hists browser: Warn about lost events | Arnaldo Carvalho de Melo | 7 | -29/+112 |
2011-10-28 | ktest: Evaluate variables entered on the command line | Steven Rostedt | 1 | -4/+6 |
2011-10-28 | perf tools: Fix a typo of command name as trace-cmd | Masami Hiramatsu | 1 | -1/+1 |
2011-10-27 | perf hists: Fix recalculation of total_period when sorting entries | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2011-10-26 | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+9 |
2011-10-26 | perf header: Fix build on old systems | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2011-10-26 | perf ui browser: Handle K_RESIZE in dialog windows | Arnaldo Carvalho de Melo | 9 | -26/+94 |
2011-10-26 | perf ui browser: No need to switch char sets that often | Arnaldo Carvalho de Melo | 1 | -3/+5 |
2011-10-26 | perf hists browser: Use K_TIMER | Arnaldo Carvalho de Melo | 1 | -3/+2 |
2011-10-26 | perf ui: Rename ui__warning_paranoid to ui__error_paranoid | Arnaldo Carvalho de Melo | 4 | -6/+8 |