aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-12-03rcutorture: Abstract qemu-flavor identificationPaul E. McKenney3-6/+36
2013-12-03rcutorture: Eliminate duplicate .config-check codePaul E. McKenney1-26/+1
2013-12-03rcutorture: Make test output less chattyPaul E. McKenney3-13/+16
2013-12-03rcutorture: Refactor TINY_RCU test casesPaul E. McKenney8-90/+68
2013-12-03rcutorture: Refactor TREE_RCU test casesPaul E. McKenney34-480/+328
2013-12-03rcutorture: Add SRCU Kconfig-fragment filesPaul E. McKenney4-0/+18
2013-12-03rcutorture: Add v3.12 version, which adds sysidle testingPaul E. McKenney23-0/+521
2013-12-03rcutorture: Add per-Kconfig fragment boot parametersPaul E. McKenney2-0/+14
2013-12-03rcutorture: Add per-version default Kconfig fragments and module parametersPaul E. McKenney13-32/+242
2013-12-03rcutorture: Add kernel-version argumentPaul E. McKenney44-1/+906
2013-12-03rcutorture: Add datestamp argument to kvm.shPaul E. McKenney1-5/+11
2013-12-03rcutorture: Add KVM-based test frameworkPaul E. McKenney40-0/+1650
2013-12-03ktest: Add documentation of CLOSE_CONSOLE_SIGNALSteven Rostedt (Red Hat)1-0/+7
2013-12-03ktest: Make the signal to terminate the console configurableSatoru Takeuchi1-1/+4
2013-12-02perf trace: Honour -m optionJiri Olsa1-1/+1
2013-12-02perf tools: Include test-stackprotector-all.c in test-allJiri Olsa1-0/+5
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+31
2013-12-02perf tools: Correct the message in feature-libnuma checking.Dongsheng Yang1-1/+1
2013-12-02perf timechart: Move wake_events list to 'struct timechart'Arnaldo Carvalho de Melo1-5/+5
2013-12-02perf timechart: Move power_events list to 'struct timechart'Arnaldo Carvalho de Melo1-15/+16
2013-12-02perf timechart: Move all_data per_pid list to 'struct timechart'Arnaldo Carvalho de Melo1-54/+59
2013-12-02perf timechart: Introduce tool structArnaldo Carvalho de Melo1-102/+114
2013-12-02perf tools: Add perf_data_file__write interfaceJiri Olsa2-6/+14
2013-12-02perf tools: Add writen functionJiri Olsa2-5/+20
2013-12-02perf tools: Fine tune readn functionJiri Olsa1-5/+11
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa4-13/+13
2013-12-02perf record: Unify data output code into perf_record__write functionJiri Olsa1-14/+6
2013-11-27perf tools: Fix tags/TAGS targets rebuildingJiri Olsa1-1/+6
2013-11-27perf timechart: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2013-11-27perf timechart: Remove some needless struct forward declarationsArnaldo Carvalho de Melo1-7/+0
2013-11-27perf timechart: dynamically determine event fields offsetStanislav Fomichev1-77/+42
2013-11-27perf symbols: Fix not finding kcore in buildid cacheAdrian Hunter1-2/+7
2013-11-27perf script: Print mmap[2] events alsoNamhyung Kim2-0/+72
2013-11-27perf script: Print comm, fork and exit events alsoNamhyung Kim2-0/+108
2013-11-27perf script: Print callchains and symbols if they existDavid Ahern1-0/+24
2013-11-27perf tools: Export setup_listDavid Ahern2-1/+4
2013-11-27perf thread: Move comm_list check into functionDavid Ahern2-2/+13
2013-11-27perf symbols: Move idle syms check from top to generic functionDavid Ahern3-23/+33
2013-11-27perf evsel: Skip ignored symbols while printing callchainDavid Ahern1-2/+8
2013-11-27perf timechart: Add backtrace supportStanislav Fomichev4-36/+175
2013-11-27perf timechart: Add support for -P and -T in timechart recordingStanislav Fomichev2-30/+87
2013-11-27perf timechart: Group figures and add title with detailsStanislav Fomichev3-7/+60
2013-11-27perf timechart: Add support for displaying only tasks related dataStanislav Fomichev2-1/+13
2013-11-27perf timechart: Use proc_num to implement --power-onlyStanislav Fomichev1-4/+8
2013-11-27perf timechart: Add option to limit number of tasksStanislav Fomichev2-1/+8
2013-11-27perf timechart: Always try to print at least 15 tasksStanislav Fomichev1-5/+7
2013-11-27perf record: Default -t option to no inheritanceAdrian Hunter3-2/+9
2013-11-27perf tools: Add option macro OPT_BOOLEAN_SETAdrian Hunter2-0/+10
2013-11-27perf tools: Allow '--inherit' as the negation of '--no-inherit'Adrian Hunter1-0/+19
2013-11-27perf record: Make per-cpu mmaps the default.Adrian Hunter7-14/+29