aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-11-23spi: spidev_test: accept input from a fileJoshua Clayton1-1/+47
2015-11-23spi: spidev_test: transfer_escaped_string functionJoshua Clayton1-13/+23
2015-11-23spi: Move spi code from Documentation to toolsJoshua Clayton4-3/+484
2015-11-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar77-282/+2286
2015-11-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-35/+69
2015-11-20tools/vm/page-types.c: support KPF_IDLENaoya Horiguchi1-0/+1
2015-11-20Merge tag 'pm+acpi-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2015-11-19perf ui/gtk: Support folded callchainsNamhyung Kim1-0/+62
2015-11-19perf ui/gtk: Support flat callchainsNamhyung Kim1-4/+76
2015-11-19perf hists browser: Support folded callchainsNamhyung Kim1-1/+124
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim3-2/+166
2015-11-19perf hists browser: Factor out hist_browser__show_callchain_list()Namhyung Kim1-27/+45
2015-11-19perf report: Add callchain value optionNamhyung Kim6-18/+84
2015-11-19perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2-0/+17
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim5-27/+57
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim4-2/+65
2015-11-19perf machine: Fix machine__findnew_module_map to put dsoMasami Hiramatsu1-1/+3
2015-11-19perf tools: Fix machine__create_kernel_maps to put kernel dso refcountMasami Hiramatsu1-3/+6
2015-11-19perf tools: Fix __dsos__addnew to put dso after adding it to the listMasami Hiramatsu1-0/+2
2015-11-19perf tools: Fix to put new map after inserting to map_groups in dso__load_symMasami Hiramatsu1-0/+2
2015-11-19perf tools: Make perf_exec_path() always return malloc'd stringMasami Hiramatsu3-14/+18
2015-11-19perf machine: Fix to destroy kernel maps when machine exitsMasami Hiramatsu1-0/+1
2015-11-19perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps referencesMasami Hiramatsu1-0/+1
2015-11-19perf machine: Fix machine__findnew_module_map to put registered mapMasami Hiramatsu1-0/+2
2015-11-19perf probe: Fix to free temporal Dwarf_FrameMasami Hiramatsu1-3/+6
2015-11-19perf test: Mute test cases error messages if verbose == 0Wang Nan1-0/+12
2015-11-19perf test: Print result for each BPF subtestWang Nan3-10/+35
2015-11-19perf test: Print result for each LLVM subtestWang Nan3-50/+115
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo42-88/+89
2015-11-18selftests/seccomp: Get page size from sysconfBamvor Jian Zhang1-4/+7
2015-11-18perf bpf: Use same BPF program if arguments are identicalWang Nan1-7/+131
2015-11-18perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinuxWang Nan1-3/+4
2015-11-18perf test: Test the BPF prologue adding infrastructureWang Nan6-1/+84
2015-11-18perf bpf: Generate prologue for BPF programsWang Nan1-1/+119
2015-11-18perf bpf: Add prologue for BPF programs for fetching argumentsHe Kuang5-0/+496
2015-11-18perf bpf: Allow BPF program config probing optionsWang Nan2-4/+56
2015-11-18perf bpf: Allow attaching BPF programs to modules symbolsWang Nan1-0/+16
2015-11-18perf bpf: Allow BPF program attach to uprobe eventsWang Nan2-6/+115
2015-11-18perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is onWang Nan1-0/+1
2015-11-18perf bpf: Add BPF_PROLOGUE config options for further patchesWang Nan1-0/+12
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan2-9/+201
2015-11-18tools: Clone the kernel's strtobool functionWang Nan2-0/+45
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo6-19/+36
2015-11-18tools: Fix selftests_install Makefile ruleKevin Hilman1-1/+1
2015-11-18perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo Carvalho de Melo2-11/+11
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+4
2015-11-16tools:testing/selftests: fix typo in futex/READMEWei Jiangang1-1/+1
2015-11-16Merge branch 'pm-tools'Rafael J. Wysocki1-4/+4
2015-11-15tools/net: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa1-3/+4
2015-11-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds35-278/+934