aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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-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-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-13tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)2-4/+4
2015-05-12perf tools: Use getconf to determine number of online CPUsWill Deacon1-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 Molnar8-16/+35
2015-05-08perf build: Disable libdw DWARF unwind when built with NO_DWARFNaveen N. Rao1-0/+4
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu6-11/+59
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu4-1/+8
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu5-63/+48
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu3-33/+27
2015-05-08perf bench futex: Handle spurious wakeupsDavidlohr Bueso1-1/+6
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso5-0/+301
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo29-114/+284
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo2-4/+5
2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2015-05-08perf tools: Move generic barriers out of perf-sys.hArnaldo Carvalho de Melo1-9/+0
2015-05-08perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.hArnaldo Carvalho de Melo2-3/+1
2015-05-08perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.hArnaldo Carvalho de Melo2-9/+1
2015-05-08perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barr...Arnaldo Carvalho de Melo2-3/+1
2015-05-08perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barri...Arnaldo Carvalho de Melo2-10/+1
2015-05-08perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.hArnaldo Carvalho de Melo2-3/+1
2015-05-08perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.hArnaldo Carvalho de Melo2-3/+1
2015-05-08perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.hArnaldo Carvalho de Melo2-9/+3
2015-05-08perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.hArnaldo Carvalho de Melo2-9/+1
2015-05-08tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo1-0/+1
2015-05-08perf tools: Move barrier() definition to tools/include/linux/compiler.hArnaldo Carvalho de Melo1-2/+0
2015-05-08perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.hArnaldo Carvalho de Melo2-3/+1
2015-05-08perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...Arnaldo Carvalho de Melo2-3/+1
2015-05-08perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.hArnaldo Carvalho de Melo2-6/+3
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu3-14/+20
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu1-7/+24
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu1-15/+20