OSDN Git Service

tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
[uclinux-h8/linux.git] / tools /
2015-09-22 Arnaldo Carvalho... tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
2015-09-22 Arnaldo Carvalho... tools build: Fixup feature detection display function...
2015-09-21 Wang Nanperf tools: Don't assume that the parser returns non...
2015-09-21 Masami Hiramatsuperf probe: Fix a segfault when removing uprobe events
2015-09-18 Ingo MolnarMerge branch 'perf/urgent' into perf/core, to pick...
2015-09-18 Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git./linux...
2015-09-18 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.3-2' of git://git...
2015-09-18 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-09-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-09-17 Linus TorvaldsMerge tag 'for-v4.3-rc' of git://git./linux/kernel...
2015-09-17 Peter Senna Tschudinperf tools: Bool functions shouldn't return -1
2015-09-17 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2015-09-17 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2015-09-17 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2015-09-17 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2015-09-17 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-09-17 Arnaldo Carvalho... tools build: Add test for presence of __get_cpuid(...
2015-09-17 Arnaldo Carvalho... tools build: Add test for presence of numa_num_possible...
2015-09-17 Arnaldo Carvalho... Revert "perf symbols: Fix mismatched declarations for...
2015-09-17 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2015-09-17 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2015-09-16 Stephane Eranianperf stat: Fix per-pkg event reporting bug
2015-09-16 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2015-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-09-16 Ingo MolnarMerge branch 'perf/urgent' into perf/core, to resolve...
2015-09-16 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2015-09-16 Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git./linux...
2015-09-15 Adrian Hunterperf tests: Fix software clock events test setting...
2015-09-15 Adrian Hunterperf tests: Fix task exit test setting maps
2015-09-15 Adrian Hunterperf evlist: Fix create_syswide_maps() not propagating...
2015-09-15 Adrian Hunterperf evlist: Fix add() not propagating maps
2015-09-15 Adrian Hunterperf evlist: Factor out a function to propagate maps...
2015-09-15 Adrian Hunterperf evlist: Make create_maps() use set_maps()
2015-09-15 Adrian Hunterperf evlist: Make set_maps() more resilient
2015-09-15 Adrian Hunterperf evsel: Add own_cpus member
2015-09-15 Adrian Hunterperf evlist: Fix missing thread_map__put in propagate_m...
2015-09-15 Adrian Hunterperf evlist: Fix splice_list_tail() not setting evlist
2015-09-15 Adrian Hunterperf evlist: Add has_user_cpus member
2015-09-15 Adrian Hunterperf evlist: Remove redundant validation from propagate...
2015-09-15 Adrian Hunterperf evlist: Simplify set_maps() logic
2015-09-15 Adrian Hunterperf evlist: Simplify propagate_maps() logic
2015-09-15 Wang Nanperf tools: Introduce regs_query_register_offset()...
2015-09-15 Wang Nanperf tools: regs_query_register_offset() infrastructure
2015-09-15 Jiri Olsaperf tools: Enhance parsing events tracepoint error...
2015-09-15 Jiri Olsaperf evsel: Propagate error info from tp_format
2015-09-15 Jiri Olsaperf tools: Propagate error info for the tracepoint...
2015-09-15 Jiri Olsatools: Add err.h with ERR_PTR PTR_ERR interface
2015-09-15 Namhyung Kimperf probe: Export init/exit_probe_symbol_maps()
2015-09-15 Namhyung Kimperf probe: Free perf_probe_event in cleanup_perf_probe...
2015-09-15 Ingo MolnarMerge tag 'perf-core-for-mingo-2' of git://git./linux...
2015-09-14 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2015-09-14 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2015-09-14 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2015-09-14 Wang Nanperf top: Fix segfault pressing -> with no hist entries
2015-09-14 Kan Liangperf test: Add entry for hists socket filter
2015-09-14 Kan Liangperf hists browser: Zoom in/out for processor socket
2015-09-14 Kan Liangperf report: Introduce --socket-filter option
2015-09-14 Kan Liangperf tools: Introduce new sort type "socket" for the...
2015-09-14 Kan Liangperf tools: Add processor socket info to hist_entry...
2015-09-14 Arnaldo Carvalho... perf machine: Add pointer to sample's environment
2015-09-14 Arnaldo Carvalho... perf env: Introduce read_cpu_topology_map() method
2015-09-14 Arnaldo Carvalho... perf cpu_map: Use sysfs__read_int in get_{core,socket...
2015-09-14 Arnaldo Carvalho... tools lib api cpu: Introduce cpu.[ch] to obtain cpu...
2015-09-14 Arnaldo Carvalho... tools lib api fs: Introduce sysfs__read_{int,ull}()
2015-09-14 Kan Liangperf env: Read msr pmu type from header
2015-09-14 Jiri Olsaperf tools: Add tools/include into tags directories
2015-09-14 Arnaldo Carvalho... perf evsel: Remove forward declaration of 'struct perf_...
2015-09-14 Arnaldo Carvalho... perf hists browser: Fixup the "cpu" column width calcul...
2015-09-14 Arnaldo Carvalho... perf env: Adopt perf_header__set_cmdline
2015-09-14 Arnaldo Carvalho... perf env: Rename some leftovers from rename to perf_env
2015-09-14 Arnaldo Carvalho... perf env: Move perf_env out of header.h and session...
2015-09-14 Matt Flemingperf tests: Introduce iterator function for tests
2015-09-14 Kan Liangperf test: Add entry to test cpu topology
2015-09-14 Jiri Olsaperf tools: Switch to tracing_path interface on appropr...
2015-09-14 Jiri Olsatools lib api fs: Remove debugfs, tracefs and findfs...
2015-09-14 Jiri Olsatools lib api fs: Replace debugfs/tracefs objects inter...
2015-09-14 Jiri Olsatools lib api fs: Make tracing_path_strerror_open messa...
2015-09-14 Jan Stancekperf tests: Print objdump/dso buffers if they don't...
2015-09-14 Jan Stancekperf tests: Stop reading if objdump output crossed...
2015-09-14 Jan Stancekperf tests: Make objdump disassemble zero blocks
2015-09-14 Jan Stancekperf tests: Take into account address of each objdump...
2015-09-14 Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git./linux...
2015-09-13 Arnaldo Carvalho... perf header: Fixup reading of HEADER_NRCPUS feature
2015-09-13 Ingo MolnarMerge branch 'perf/urgent' into perf/core, to pick...
2015-09-13 Ingo MolnarMerge tag 'v4.3-rc1' into perf/core, to refresh the...
2015-09-12 Linus TorvaldsMerge tag 'cris-for-4.3' of git://git./linux/kernel...
2015-09-12 Linus TorvaldsMerge branch 'writeback-plugging'
2015-09-12 Ingo MolnarMerge branch 'for-mingo' of git://git./linux/kernel...
2015-09-12 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-09-12 Linus TorvaldsMerge tag 'ntb-4.3' of git://github.com/jonmason/ntb
2015-09-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-09-12 Linus TorvaldsMerge tag 'pm+acpi-4.3-rc1-2' of git://git./linux/kerne...
2015-09-12 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2015-09-12 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2015-09-11 Linus TorvaldsMerge tag 'media/v4.3-2' of git://git./linux/kernel...
2015-09-11 Linus TorvaldsMerge tag 'edac/v4.3-1' of git://git./linux/kernel...
2015-09-11 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2015-09-11 Mathieu Desnoyersselftests: enhance membarrier syscall test
2015-09-11 Pranith Kumarselftests: add membarrier syscall test
2015-09-11 Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
next