summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-04-25perf evlist: Decode perf_event_attr->branch_sample_typeArnaldo Carvalho de Melo
2016-04-25perf trace: Make --pf honour --min-stack tooArnaldo Carvalho de Melo
2016-04-25perf trace: Make --event honour --min-stack tooArnaldo Carvalho de Melo
2016-04-25perf script: Fix segfault when printing callchainsChris Phlipot
2016-04-25perf trace: Make --pf maj/min/all use callchains tooArnaldo Carvalho de Melo
2016-04-25perf trace: Extract evsel contructor from perf_evlist__add_pgfaultArnaldo Carvalho de Melo
2016-04-25perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds
2016-04-23Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-04-23Merge tag 'perf-core-for-mingo-20160419' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-04-23Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar
2016-04-22libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setupDan Williams
2016-04-22tools/lguest: Force disable tboot and APMLuis R. Rodriguez
2016-04-22tools/lguest: Make lguest launcher use X86_SUBARCH_LGUEST explicitlyLuis R. Rodriguez
2016-04-21rcutorture: Add boot-time adjustment of leaf fanoutPaul E. McKenney
2016-04-21rcutorture: Don't rebuild identical kernelPaul E. McKenney
2016-04-21rcutorture: Add OS-jitter capabilityPaul E. McKenney
2016-04-21tool/perf: Add sample_reg_mask to include all perf_regsMadhavan Srinivasan
2016-04-21tools/perf: Map the ID values with register namesAnju T
2016-04-20kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada
2016-04-19kselftests/ftrace: Add a test for log2 modifier of hist triggerMasami Hiramatsu
2016-04-19kselftests/ftrace: Add hist trigger testcasesMasami Hiramatsu
2016-04-19kselftests/ftrace : Add event trigger testcasesMasami Hiramatsu
2016-04-19iio: tools: generic_buffer: auto-enable channelsLinus Walleij
2016-04-19perf test: Add missing verbose output explaining the reason for failureArnaldo Carvalho de Melo
2016-04-19perf test: Ignore kcore files in the "vmlinux matches kallsyms" testArnaldo Carvalho de Melo
2016-04-19perf symbols: Allow loading kallsyms without considering kcore filesArnaldo Carvalho de Melo
2016-04-19perf build: Remove x86 references from arch-neutral BuildArnaldo Carvalho de Melo
2016-04-19perf jit: memset() variable 'st' using the correct sizeColin Ian King
2016-04-19perf script: Fix postgresql ubuntu install instructionsChris Phlipot
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar
2016-04-19Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li...Ingo Molnar
2016-04-18perf top: Use callchain_param.enabled instead of symbol_conf.use_callchainArnaldo Carvalho de Melo
2016-04-18perf hists browser: Fold two consecutive symbol_conf.use_callchain ifsArnaldo Carvalho de Melo
2016-04-18perf tools: Ditch record_opts.callgraph_setArnaldo Carvalho de Melo
2016-04-18perf report: Use callchain_param.enabled instead of tool specific knobArnaldo Carvalho de Melo
2016-04-18perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo
2016-04-18perf script: Check sample->callchain before using itArnaldo Carvalho de Melo
2016-04-18perf evsel: Add missign class prefix to has_branch_stack methodArnaldo Carvalho de Melo
2016-04-18perf intel-pt: Fix segfault tracing transactionsAdrian Hunter
2016-04-18tools/perf: Fix misspellings in comments.Adam Buchbinder
2016-04-16perf trace: Fix build when DWARF unwind isn't availableArnaldo Carvalho de Melo
2016-04-16objtool: Detect falling through to the next functionJosh Poimboeuf
2016-04-15perf trace: Bump --mmap-pages when --call-graph is used by the root userArnaldo Carvalho de Melo
2016-04-15perf evlist: Expose perf_event_mlock_kb_in_pages() helperArnaldo Carvalho de Melo
2016-04-15perf trace: Make --(min,max}-stack imply "--call-graph dwarf"Arnaldo Carvalho de Melo
2016-04-15perf record: Export record_opts based callchain parsing helperArnaldo Carvalho de Melo
2016-04-15perf trace: Introduce --min-stack filterArnaldo Carvalho de Melo
2016-04-15perf trace: Do not print interrupted syscalls when using --durationArnaldo Carvalho de Melo
2016-04-15objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf