| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Leave DSO destruction to the map destruction | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -3/+0 |
* | perf machine: Mark removed threads as such | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -2/+2 |
* | perf tools: Import rb_erase_init from block/ in the kernel sources | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -0/+14 |
* | perf tools: Nuke unused map_groups__flush() | Arnaldo Carvalho de Melo | 2015-05-27 | 2 | -24/+0 |
* | perf tools: Remove redundant initialization of thread linkage members | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -2/+0 |
* | perf tools: Rename maps__next | Arnaldo Carvalho de Melo | 2015-05-27 | 2 | -3/+3 |
* | perf tools: Add dso__data_get/put_fd() | Namhyung Kim | 2015-05-27 | 4 | -16/+50 |
* | perf tools: Get rid of dso__data_fd() from dso__data_size() | Namhyung Kim | 2015-05-27 | 1 | -6/+0 |
* | perf tools: Fix dso__data_read_offset() file opening | Namhyung Kim | 2015-05-27 | 1 | -27/+32 |
* | perf machine: Do not call map_groups__delete(), drop refcnt instead | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -1/+1 |
* | perf comm: Use atomic.h for refcounting | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -4/+9 |
* | perf hists: Rename add_hist_entry to hists__findnew_entry | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -8/+8 |
* | perf hists: Reducing arguments of hist_entry_iter__add() | Namhyung Kim | 2015-05-27 | 7 | -19/+22 |
* | perf session: Fix perf_session__peek_event() | Adrian Hunter | 2015-05-27 | 1 | -3/+3 |
* | perf build: Fix libunwind feature detection on 32-bit x86 | Adrian Hunter | 2015-05-27 | 1 | -1/+1 |
* | perf tools: Fix parse_events_error dereferences | Adrian Hunter | 2015-05-27 | 2 | -2/+6 |
* | perf tools: Fix function declarations needed by parse-events.y | Adrian Hunter | 2015-05-27 | 2 | -8/+14 |
* | perf tools: Separate the tests and tools in installation | Nam T. Nguyen | 2015-05-27 | 1 | -1/+5 |
* | Merge branch 'perf/urgent' into perf/core, before applying dependent patches | Ingo Molnar | 2015-05-27 | 9 | -45/+75 |
|\ |
|
| * | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang... | Linus Torvalds | 2015-05-16 | 1 | -8/+0 |
| |\ |
|
| | * | tools/thermal: tmon: fixed the 'make install' command | Anand Moon | 2015-05-09 | 1 | -8/+0 |
| * | | Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-05-16 | 5 | -35/+69 |
| |\ \ |
|
| | * | | selftests, x86: Rework x86 target architecture detection | Andy Lutomirski | 2015-05-12 | 4 | -26/+67 |
| | * | | selftests, x86: Remove useless run_tests rule | Andy Lutomirski | 2015-05-12 | 2 | -18/+2 |
| | * | | selftests/x86: install tests | Tyler Baker | 2015-05-12 | 1 | -0/+6 |
| | * | | selftest/x86: have no dependency on all when cross building | Tyler Baker | 2015-05-12 | 1 | -1/+4 |
| | * | | selftest/x86: build both bitnesses | Tyler Baker | 2015-05-12 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-05-15 | 2 | -1/+5 |
| |\ \ |
|
| | * | | tools/liblockdep: Fix compilation error | Eunbong Song | 2015-05-13 | 1 | -0/+3 |
| | * | | tools/liblockdep: Fix linker error in case of cross compile | Eunbong Song | 2015-05-13 | 1 | -1/+2 |
| | |/ |
|
| * | | perf tools: Use getconf to determine number of online CPUs | Will Deacon | 2015-05-12 | 1 | -1/+1 |
| * | | tools: Fix tools/vm build | Andi Kleen | 2015-05-12 | 1 | -1/+1 |
* | | | perf bench numa: Share sched_getcpu() __weak def with cloexec.c | Arnaldo Carvalho de Melo | 2015-05-18 | 1 | -0/+1 |
* | | | tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding | Wang Nan | 2015-05-18 | 1 | -2/+2 |
* | | | tools lib traceevent: Install libtraceevent.a into libdir | Wang Nan | 2015-05-18 | 1 | -7/+13 |
* | | | perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit | Wang Nan | 2015-05-18 | 1 | -0/+1 |
* | | | perf tools: Protect dso cache fd with a mutex | Namhyung Kim | 2015-05-18 | 1 | -26/+72 |
* | | | perf symbols: Protect dso cache tree using dso->lock | Namhyung Kim | 2015-05-18 | 1 | -7/+27 |
* | | | perf symbols: Protect dso symbol loading using a mutex | Namhyung Kim | 2015-05-18 | 3 | -10/+27 |
* | | | perf tools: Introduce copyfile_offset() function | Namhyung Kim | 2015-05-18 | 2 | -9/+30 |
* | | | perf tools: Add rm_rf() utility function | Namhyung Kim | 2015-05-18 | 2 | -0/+44 |
* | | | perf tools: Elliminate alignment holes | Arnaldo Carvalho de Melo | 2015-05-18 | 4 | -6/+6 |
* | | | tools include: add __aligned_u64 to types.h. | Wang Nan | 2015-05-18 | 1 | -0/+4 |
* | | | perf probe: Load map before glob matching | Wang Nan | 2015-05-18 | 1 | -0/+3 |
* | | | perf tools: Fix "Command" sort_entry's cmp and collapse function | Jiri Olsa | 2015-05-15 | 1 | -2/+2 |
* | | | perf tools: Fix dwarf-aux.c compilation on i386 | Jiri Olsa | 2015-05-15 | 1 | -4/+4 |
* | | | perf cgroup: Use atomic.h for refcounting | Arnaldo Carvalho de Melo | 2015-05-15 | 2 | -8/+6 |
* | | | perf evlist: Use atomic.h for the perf_mmap refcount | Arnaldo Carvalho de Melo | 2015-05-15 | 2 | -7/+8 |
* | | | perf machine: Stop accessing atomic_t::counter directly | Arnaldo Carvalho de Melo | 2015-05-15 | 1 | -1/+1 |
* | | | perf tools: Use atomic.h for the map_groups refcount | Arnaldo Carvalho de Melo | 2015-05-15 | 3 | -10/+12 |