aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar9-45/+75
2015-05-18perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo1-0/+1
2015-05-18tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak bindingWang Nan1-2/+2
2015-05-18tools lib traceevent: Install libtraceevent.a into libdirWang Nan1-7/+13
2015-05-18perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan1-0/+1
2015-05-18perf tools: Protect dso cache fd with a mutexNamhyung Kim1-26/+72
2015-05-18perf symbols: Protect dso cache tree using dso->lockNamhyung Kim1-7/+27
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim3-10/+27
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim2-9/+30
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim2-0/+44
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo4-6/+6
2015-05-18tools include: add __aligned_u64 to types.h.Wang Nan1-0/+4
2015-05-18perf probe: Load map before glob matchingWang Nan1-0/+3
2015-05-16Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds1-8/+0
2015-05-16Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-35/+69
2015-05-15perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa1-2/+2
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa1-4/+4
2015-05-15perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo2-8/+6
2015-05-15perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo2-7/+8
2015-05-15perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo1-1/+1
2015-05-15perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo3-10/+12
2015-05-15Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-1/+5
2015-05-14perf tools: Make flex/bison calls honour V=1Jiri Olsa1-4/+4
2015-05-14perf trace: Fix the build on older distrosArnaldo Carvalho de Melo1-1/+28
2015-05-14tools lib traceevent: Provide le16toh define for older systemsArnaldo Carvalho de Melo1-0/+13
2015-05-14perf report: Fix some option handling on --stdioNamhyung Kim3-7/+0
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao3-3/+50
2015-05-13tools/liblockdep: Fix compilation errorEunbong Song1-0/+3
2015-05-13tools/liblockdep: Fix linker error in case of cross compileEunbong Song1-1/+2
2015-05-12selftests, x86: Rework x86 target architecture detectionAndy Lutomirski4-26/+67
2015-05-12selftests, x86: Remove useless run_tests ruleAndy Lutomirski2-18/+2
2015-05-12selftests/x86: install testsTyler Baker1-0/+6
2015-05-12selftest/x86: have no dependency on all when cross buildingTyler Baker1-1/+4
2015-05-12selftest/x86: build both bitnessesTyler Baker1-2/+2
2015-05-12perf tools: Use getconf to determine number of online CPUsWill Deacon1-1/+1
2015-05-12tools: Fix tools/vm buildAndi Kleen1-1/+1
2015-05-12perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo1-5/+12
2015-05-12perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo1-4/+4
2015-05-12perf tests: Show refcounting broken expectations in thread-mg-share testArnaldo Carvalho de Melo2-6/+15
2015-05-12perf report: Do not restrict -T option by other optionsNamhyung Kim1-7/+6
2015-05-12perf tests: Fix to get negative exit codesHe Kuang1-1/+1
2015-05-12perf probe: Show better error message when failed to find variableHe Kuang1-4/+6
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang5-13/+170
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang3-37/+34
2015-05-12perf trace: Removed duplicated NULL testHe Kuang1-2/+1
2015-05-12perf report: Force tty output if -T/--thread option is givenNamhyung Kim1-2/+2
2015-05-12perf tools: Document relation of per-thread event count featureNamhyung Kim2-2/+4
2015-05-12perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo1-1/+1
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar10-18/+37
2015-05-09tools/thermal: tmon: fixed the 'make install' commandAnand Moon1-8/+0