summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-05-27perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo
2015-05-27perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo
2015-05-27perf machine: Mark removed threads as suchArnaldo Carvalho de Melo
2015-05-27perf tools: Import rb_erase_init from block/ in the kernel sourcesArnaldo Carvalho de Melo
2015-05-27perf tools: Nuke unused map_groups__flush()Arnaldo Carvalho de Melo
2015-05-27perf tools: Remove redundant initialization of thread linkage membersArnaldo Carvalho de Melo
2015-05-27perf tools: Rename maps__nextArnaldo Carvalho de Melo
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim
2015-05-27perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim
2015-05-27perf tools: Fix dso__data_read_offset() file openingNamhyung Kim
2015-05-27perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo
2015-05-27perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo
2015-05-27perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim
2015-05-27perf session: Fix perf_session__peek_event()Adrian Hunter
2015-05-27perf build: Fix libunwind feature detection on 32-bit x86Adrian Hunter
2015-05-27perf tools: Fix parse_events_error dereferencesAdrian Hunter
2015-05-27perf tools: Fix function declarations needed by parse-events.yAdrian Hunter
2015-05-27perf tools: Separate the tests and tools in installationNam T. Nguyen
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar
2015-05-18perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo
2015-05-18tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak bindingWang Nan
2015-05-18tools lib traceevent: Install libtraceevent.a into libdirWang Nan
2015-05-18perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan
2015-05-18perf tools: Protect dso cache fd with a mutexNamhyung Kim
2015-05-18perf symbols: Protect dso cache tree using dso->lockNamhyung Kim
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo
2015-05-18tools include: add __aligned_u64 to types.h.Wang Nan
2015-05-18perf probe: Load map before glob matchingWang Nan
2015-05-16Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds
2015-05-16Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-05-15perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa
2015-05-15perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo
2015-05-15perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo
2015-05-15perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo
2015-05-15perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo
2015-05-15Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-05-14perf tools: Make flex/bison calls honour V=1Jiri Olsa
2015-05-14perf trace: Fix the build on older distrosArnaldo Carvalho de Melo
2015-05-14tools lib traceevent: Provide le16toh define for older systemsArnaldo Carvalho de Melo
2015-05-14perf report: Fix some option handling on --stdioNamhyung Kim
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao
2015-05-13tools/liblockdep: Fix compilation errorEunbong Song
2015-05-13tools/liblockdep: Fix linker error in case of cross compileEunbong Song
2015-05-12selftests, x86: Rework x86 target architecture detectionAndy Lutomirski
2015-05-12selftests, x86: Remove useless run_tests ruleAndy Lutomirski