summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2016-07-15perf evlist: Record mmap cookie into fdarray private fieldWang Nan
2016-07-15perf evlist: Update mmap related APIs and helpersWang Nan
2016-07-15perf evlist: Drop redundant evsel->overwrite indicatorArnaldo Carvalho de Melo
2016-07-15perf tools: Bail out at "--sort dcacheline" and cacheline_size not knownArnaldo Carvalho de Melo
2016-07-14perf tools: Do not provide dup sched_getcpu() prototype on AndroidArnaldo Carvalho de Melo
2016-07-13perf probe: Support a special SDT probe formatMasami Hiramatsu
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu
2016-07-13perf list: Show SDT and pre-cached eventsMasami Hiramatsu
2016-07-13perf probe: Search SDT/cached event from all probe cachesMasami Hiramatsu
2016-07-13perf probe: Allow wildcard for cached eventsMasami Hiramatsu
2016-07-13perf probe-cache: Add for_each_probe_cache_entry() wrapperMasami Hiramatsu
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu
2016-07-13perf probe: Accept %sdt and %cached event nameMasami Hiramatsu
2016-07-13perf probe: Fix to show correct error message for $vars and $paramsMasami Hiramatsu
2016-07-13perf bpf: Support BPF program attach to tracepointsWang Nan
2016-07-13perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()Wang Nan
2016-07-13perf event parser: Add const qualifier to evt_name and sys_nameWang Nan
2016-07-12perf python: Add support to resolve tracepoint fieldsJiri Olsa
2016-07-12perf python: Add struct evsel into struct pyrf_eventJiri Olsa
2016-07-12perf python: Add perf.tracepoint methodJiri Olsa
2016-07-12perf python: Put perf.event objects into dictionaryJiri Olsa
2016-07-12perf python: Fix pyrf_evlist__read_on_cpu event consumingJiri Olsa
2016-07-12perf python: Init perf_event_attr::size in perf.evsel constructorJiri Olsa
2016-07-12perf tools: Introduce trace_event__tp_format_id()Jiri Olsa
2016-07-12perf evlist: Make event2evsel publicJiri Olsa
2016-07-12perf symbols: Add Rust demanglingDavid Tolnay
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo
2016-07-12perf intel-pt-decoder: Avoid checking code drift on busibox's diffArnaldo Carvalho de Melo
2016-07-12perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo
2016-07-12perf symbols: Provide a GElf_Nhdr typedefArnaldo Carvalho de Melo
2016-07-12perf tools: Remove unneeded magic.h include from util.hArnaldo Carvalho de Melo
2016-07-12perf tools: Introduce weak alternative to sched_getcpu()Arnaldo Carvalho de Melo
2016-07-12perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo
2016-07-12perf tools: event.h needs asm/perf_regs.hArnaldo Carvalho de Melo
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo
2016-07-12perf evsel: Uninline the is_function_event methodArnaldo Carvalho de Melo
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo
2016-07-12perf tools: Add missing header to color.cArnaldo Carvalho de Melo
2016-07-12perf quote: Disentangle headersArnaldo Carvalho de Melo
2016-07-12perf strbuf: Add missing headersArnaldo Carvalho de Melo
2016-07-12perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/i...Arnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-07-12perf hists: Introduce hists__add_entry_ops functionJiri Olsa
2016-07-12perf hists: Introduce hist_entry_opsJiri Olsa
2016-07-12perf hists: Introduce hist_entry__init functionJiri Olsa
2016-07-04perf unwind: Call unwind__prepare_access for forked threadJiri Olsa
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa
2016-07-04perf tests: Fix hist accumulation testJiri Olsa
2016-07-04perf header: Transform nodes string info to structJiri Olsa
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu