Age | Commit message (Expand) | Author | Files | Lines |
2016-01-12 | perf tools: Fallback to srcdir/Documentation/tips.txt | Namhyung Kim | 2 | -6/+15 |
2016-01-12 | perf ui/tui: Print helpline message as is | Namhyung Kim | 1 | -1/+1 |
2016-01-12 | perf tools: Set and pass DOCDIR to builtin-report.c | Namhyung Kim | 2 | -0/+4 |
2016-01-12 | perf tools: Add file_only config option to strlist | Namhyung Kim | 2 | -1/+16 |
2016-01-12 | perf tools: Add more usage tips | Namhyung Kim | 1 | -0/+15 |
2016-01-12 | perf record: Add --buildid-all option | Namhyung Kim | 2 | -6/+23 |
2016-01-12 | tools subcmd: Add missing NORETURN define for parse-options.h | Josh Poimboeuf | 1 | -0/+4 |
2016-01-12 | tools: Fix formatting of the "make -C tools" help message | Josh Poimboeuf | 1 | -16/+16 |
2016-01-12 | tools: Make list.h self-sufficient | Josh Poimboeuf | 1 | -6/+747 |
2016-01-12 | perf tools: Fix mmap2 event allocation in synthesize code | Wang Nan | 1 | -2/+2 |
2016-01-12 | perf stat: Fix recort_usage typo | Jiri Olsa | 1 | -4/+4 |
2016-01-12 | selftests/x86: Disable the ldt_gdt_64 test for now | Andy Lutomirski | 1 | -2/+3 |
2016-01-12 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 15 | -23/+70 |
2016-01-12 | Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://... | Thomas Gleixner | 6 | -52/+42 |
2016-01-12 | Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/... | Linus Torvalds | 1 | -1/+1 |
2016-01-12 | Merge branches 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki | 7 | -164/+146 |
2016-01-12 | Merge branch 'acpica' | Rafael J. Wysocki | 3 | -0/+18 |
2016-01-12 | Merge branch 'acpi-debug' | Rafael J. Wysocki | 3 | -8/+473 |
2016-01-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 213 | -1621/+7897 |
2016-01-12 | perf test: Reset err after using it hold errcode in hist testcases | Wang Nan | 4 | -0/+4 |
2016-01-12 | perf test: Fix false TEST_OK result for 'perf test hist' | Wang Nan | 1 | -5/+0 |
2016-01-12 | tools build: Add BPF feature check to test-all | Wang Nan | 1 | -0/+5 |
2016-01-12 | perf bpf: Fix build breakage due to libbpf | Naveen N. Rao | 1 | -8/+8 |
2016-01-12 | tools: Move Makefile.arch from perf/config to tools/scripts | Wang Nan | 3 | -2/+16 |
2016-01-12 | perf tools: Fix PowerPC native building | Wang Nan | 2 | -3/+21 |
2016-01-12 | perf tools: Fix phony build target for build-test | Wang Nan | 1 | -1/+1 |
2016-01-12 | perf tools: Add -lutil in python lib list for broken python-config | Wang Nan | 1 | -1/+1 |
2016-01-12 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -23/+54 |
2016-01-11 | Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/... | Mark Brown | 5 | -3/+567 |
2016-01-11 | perf tools: Add missing sources to perf's MANIFEST | Jiri Olsa | 1 | -0/+2 |
2016-01-11 | tools lockdep: Add *.cmd files clean up | Jiri Olsa | 1 | -1/+1 |
2016-01-11 | tools bpf: Add *.cmd files clean up | Jiri Olsa | 1 | -1/+1 |
2016-01-11 | tools: Add clean targets for tools directory | Jiri Olsa | 1 | -1/+10 |
2016-01-10 | selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOK | Mickaël Salaün | 1 | -3/+24 |
2016-01-10 | Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm | Dan Williams | 4 | -13/+30 |
2016-01-09 | nfit_test: Enable DSMs for all test NFITs | Dan Williams | 1 | -0/+11 |
2016-01-09 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -3/+15 |
2016-01-08 | perf evlist: Add --trace-fields option to show trace fields | Namhyung Kim | 4 | -1/+37 |
2016-01-08 | perf record: Store data mmaps for dwarf unwind | Jiri Olsa | 1 | -1/+5 |
2016-01-08 | perf libdw: Check for mmaps also in MAP__VARIABLE tree | Jiri Olsa | 1 | -0/+10 |
2016-01-08 | perf unwind: Check for mmaps also in MAP__VARIABLE tree | Jiri Olsa | 1 | -0/+9 |
2016-01-08 | perf unwind: Use find_map function in access_dso_mem | Jiri Olsa | 1 | -6/+5 |
2016-01-08 | perf evlist: Remove perf_evlist__(enable|disable)_event functions | Jiri Olsa | 6 | -54/+8 |
2016-01-08 | perf evlist: Make perf_evlist__open() open evsels with their cpus and threads... | Adrian Hunter | 1 | -1/+1 |
2016-01-08 | perf report: Show random usage tip on the help line | Namhyung Kim | 8 | -1/+58 |
2016-01-08 | perf hists: Export a couple of hist functions | Namhyung Kim | 2 | -7/+17 |
2016-01-08 | perf diff: Use perf_hpp__register_sort_field interface | Jiri Olsa | 1 | -1/+1 |
2016-01-08 | perf tools: Add overhead/overhead_children keys defaults via string | Jiri Olsa | 2 | -12/+39 |
2016-01-08 | perf tools: Remove list entry from struct sort_entry | Jiri Olsa | 1 | -2/+0 |
2016-01-08 | perf tools: Include all tools/lib directory for tags/cscope/TAGS targets | Jiri Olsa | 1 | -1/+1 |