summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Nuke unused map_groups__flush()Arnaldo Carvalho de Melo2015-05-272-24/+0
* perf tools: Remove redundant initialization of thread linkage membersArnaldo Carvalho de Melo2015-05-271-2/+0
* perf tools: Rename maps__nextArnaldo Carvalho de Melo2015-05-272-3/+3
* perf tools: Add dso__data_get/put_fd()Namhyung Kim2015-05-274-16/+50
* perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim2015-05-271-6/+0
* perf tools: Fix dso__data_read_offset() file openingNamhyung Kim2015-05-271-27/+32
* perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo2015-05-271-1/+1
* perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-271-4/+9
* perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo2015-05-271-8/+8
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-277-19/+22
* perf session: Fix perf_session__peek_event()Adrian Hunter2015-05-271-3/+3
* perf build: Fix libunwind feature detection on 32-bit x86Adrian Hunter2015-05-271-1/+1
* perf tools: Fix parse_events_error dereferencesAdrian Hunter2015-05-272-2/+6
* perf tools: Fix function declarations needed by parse-events.yAdrian Hunter2015-05-272-8/+14
* perf tools: Separate the tests and tools in installationNam T. Nguyen2015-05-271-1/+5
* Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-05-279-45/+75
|\
| * Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2015-05-161-8/+0
| |\
| | * tools/thermal: tmon: fixed the 'make install' commandAnand Moon2015-05-091-8/+0
| * | Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-165-35/+69
| |\ \
| | * | selftests, x86: Rework x86 target architecture detectionAndy Lutomirski2015-05-124-26/+67
| | * | selftests, x86: Remove useless run_tests ruleAndy Lutomirski2015-05-122-18/+2
| | * | selftests/x86: install testsTyler Baker2015-05-121-0/+6
| | * | selftest/x86: have no dependency on all when cross buildingTyler Baker2015-05-121-1/+4
| | * | selftest/x86: build both bitnessesTyler Baker2015-05-121-2/+2
| | |/
| * | Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-05-152-1/+5
| |\ \
| | * | tools/liblockdep: Fix compilation errorEunbong Song2015-05-131-0/+3
| | * | tools/liblockdep: Fix linker error in case of cross compileEunbong Song2015-05-131-1/+2
| | |/
| * | perf tools: Use getconf to determine number of online CPUsWill Deacon2015-05-121-1/+1
| * | tools: Fix tools/vm buildAndi Kleen2015-05-121-1/+1
* | | perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo2015-05-181-0/+1
* | | tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak bindingWang Nan2015-05-181-2/+2
* | | tools lib traceevent: Install libtraceevent.a into libdirWang Nan2015-05-181-7/+13
* | | perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan2015-05-181-0/+1
* | | perf tools: Protect dso cache fd with a mutexNamhyung Kim2015-05-181-26/+72
* | | perf symbols: Protect dso cache tree using dso->lockNamhyung Kim2015-05-181-7/+27
* | | perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-183-10/+27
* | | perf tools: Introduce copyfile_offset() functionNamhyung Kim2015-05-182-9/+30
* | | perf tools: Add rm_rf() utility functionNamhyung Kim2015-05-182-0/+44
* | | perf tools: Elliminate alignment holesArnaldo Carvalho de Melo2015-05-184-6/+6
* | | tools include: add __aligned_u64 to types.h.Wang Nan2015-05-181-0/+4
* | | perf probe: Load map before glob matchingWang Nan2015-05-181-0/+3
* | | perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa2015-05-151-2/+2
* | | perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa2015-05-151-4/+4
* | | perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-152-8/+6
* | | perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo2015-05-152-7/+8
* | | perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo2015-05-151-1/+1
* | | perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo2015-05-153-10/+12
* | | perf tools: Make flex/bison calls honour V=1Jiri Olsa2015-05-141-4/+4
* | | perf trace: Fix the build on older distrosArnaldo Carvalho de Melo2015-05-141-1/+28
* | | tools lib traceevent: Provide le16toh define for older systemsArnaldo Carvalho de Melo2015-05-141-0/+13