aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15perf evlist: Extract common code in mmap failure processingWang Nan1-12/+8
2016-07-15perf evlist: Record mmap cookie into fdarray private fieldWang Nan1-6/+9
2016-07-15perf record: Decouple record__mmap_read() and evlist.Wang Nan1-15/+22
2016-07-15perf evlist: Update mmap related APIs and helpersWang Nan2-43/+108
2016-07-15perf evlist: Drop redundant evsel->overwrite indicatorArnaldo Carvalho de Melo4-10/+8
2016-07-15perf tools: Bail out at "--sort dcacheline" and cacheline_size not knownArnaldo Carvalho de Melo1-1/+7
2016-07-15perf tools: Just pr_debug() about not being able to read cacheline_sizeArnaldo Carvalho de Melo1-1/+1
2016-07-14perf tools: Do not provide dup sched_getcpu() prototype on AndroidArnaldo Carvalho de Melo1-1/+1
2016-07-13perf test: Add a test case for SDT eventMasami Hiramatsu4-0/+121
2016-07-13perf build: Add sdt feature detectionMasami Hiramatsu3-1/+15
2016-07-13perf probe: Support a special SDT probe formatMasami Hiramatsu2-3/+13
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu3-2/+59
2016-07-13perf list: Show SDT and pre-cached eventsMasami Hiramatsu4-1/+98
2016-07-13perf probe: Search SDT/cached event from all probe cachesMasami Hiramatsu1-19/+86
2016-07-13perf probe: Allow wildcard for cached eventsMasami Hiramatsu3-10/+138
2016-07-13perf probe-cache: Add for_each_probe_cache_entry() wrapperMasami Hiramatsu2-4/+6
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu4-4/+35
2016-07-13perf probe: Accept %sdt and %cached event nameMasami Hiramatsu4-25/+76
2016-07-13perf probe: Fix to show correct error message for $vars and $paramsMasami Hiramatsu1-1/+3
2016-07-13perf bpf: Support BPF program attach to tracepointsWang Nan1-5/+60
2016-07-13perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()Wang Nan3-18/+18
2016-07-13perf event parser: Add const qualifier to evt_name and sys_nameWang Nan2-7/+7
2016-07-12perf python: Add tracepoint exampleJiri Olsa1-0/+47
2016-07-12perf python: Add support to resolve tracepoint fieldsJiri Olsa1-0/+92
2016-07-12perf python: Add struct evsel into struct pyrf_eventJiri Olsa1-1/+9
2016-07-12perf python: Add perf.tracepoint methodJiri Olsa1-0/+26
2016-07-12perf python: Put perf.event objects into dictionaryJiri Olsa1-0/+27
2016-07-12perf python: Fix pyrf_evlist__read_on_cpu event consumingJiri Olsa1-2/+4
2016-07-12perf python: Init perf_event_attr::size in perf.evsel constructorJiri Olsa1-0/+1
2016-07-12perf tools: Introduce trace_event__tp_format_id()Jiri Olsa2-0/+10
2016-07-12perf evlist: Make event2evsel publicJiri Olsa2-2/+5
2016-07-12perf symbols: Add Rust demanglingDavid Tolnay4-0/+285
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo4-1/+11
2016-07-12perf intel-pt-decoder: Avoid checking code drift on busibox's diffArnaldo Carvalho de Melo1-1/+4
2016-07-12perf tools: Don't add kernel directories to the header search pathArnaldo Carvalho de Melo1-4/+0
2016-07-12perf tools: Add the tools/ stringify copy to the MANIFESTArnaldo Carvalho de Melo1-1/+1
2016-07-12perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo1-2/+2
2016-07-12perf symbols: Provide a GElf_Nhdr typedefArnaldo Carvalho de Melo1-0/+1
2016-07-12perf trace beauty seccomp: Remove seccomp.h includeArnaldo Carvalho de Melo1-2/+0
2016-07-12perf trace beauty futex_op: Add missing defines for older systemsArnaldo Carvalho de Melo1-0/+16
2016-07-12perf tools: Fallback to reading sysfs to get cacheline sizeArnaldo Carvalho de Melo1-1/+11
2016-07-12tools: Copy the header files needed by perf toolsArnaldo Carvalho de Melo2-9/+36
2016-07-12perf trace: Remove unused sys/ptrace.h includeArnaldo Carvalho de Melo1-1/+0
2016-07-12perf tools: Remove unneeded magic.h include from util.hArnaldo Carvalho de Melo1-1/+0
2016-07-12perf tools: Introduce weak alternative to sched_getcpu()Arnaldo Carvalho de Melo2-4/+14
2016-07-12tools: Copy uapi/linux/hw_breakpoint.h from the kernelArnaldo Carvalho de Melo2-2/+4
2016-07-12perf test bpf: Use epoll_wait() instead of epoll_pwait()Arnaldo Carvalho de Melo2-5/+5
2016-07-12tools: Copy uapi/asm/perf_regs.h from the kernelArnaldo Carvalho de Melo3-2/+15
2016-07-12tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo2-5/+5
2016-07-12perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo5-14/+23