summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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 tag 'perf-core-for-mingo' 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-12perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo
2015-05-12perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo
2015-05-12perf tests: Show refcounting broken expectations in thread-mg-share testArnaldo Carvalho de Melo
2015-05-12perf report: Do not restrict -T option by other optionsNamhyung Kim
2015-05-12perf tests: Fix to get negative exit codesHe Kuang
2015-05-12perf probe: Show better error message when failed to find variableHe Kuang
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang
2015-05-12perf trace: Removed duplicated NULL testHe Kuang
2015-05-12perf report: Force tty output if -T/--thread option is givenNamhyung Kim
2015-05-12perf tools: Document relation of per-thread event count featureNamhyung Kim
2015-05-12perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo
2015-05-11perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU supportStephane Eranian
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-11perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian
2015-05-09Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-05-08perf build: Disable libdw DWARF unwind when built with NO_DWARFNaveen N. Rao
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu
2015-05-08perf bench futex: Handle spurious wakeupsDavidlohr Bueso
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo
2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo
2015-05-08perf tools: Move generic barriers out of perf-sys.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barr...Arnaldo Carvalho de Melo
2015-05-08perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barri...Arnaldo Carvalho de Melo
2015-05-08perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.hArnaldo Carvalho de Melo