summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | perf probe: Accept %sdt and %cached event nameMasami Hiramatsu2016-07-133-24/+68
* | | perf probe: Fix to show correct error message for $vars and $paramsMasami Hiramatsu2016-07-131-1/+3
* | | perf bpf: Support BPF program attach to tracepointsWang Nan2016-07-131-5/+60
* | | perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()Wang Nan2016-07-133-18/+18
* | | perf event parser: Add const qualifier to evt_name and sys_nameWang Nan2016-07-132-7/+7
* | | perf python: Add support to resolve tracepoint fieldsJiri Olsa2016-07-121-0/+92
* | | perf python: Add struct evsel into struct pyrf_eventJiri Olsa2016-07-121-1/+9
* | | perf python: Add perf.tracepoint methodJiri Olsa2016-07-121-0/+26
* | | perf python: Put perf.event objects into dictionaryJiri Olsa2016-07-121-0/+27
* | | perf python: Fix pyrf_evlist__read_on_cpu event consumingJiri Olsa2016-07-121-2/+4
* | | perf python: Init perf_event_attr::size in perf.evsel constructorJiri Olsa2016-07-121-0/+1
* | | perf tools: Introduce trace_event__tp_format_id()Jiri Olsa2016-07-122-0/+10
* | | perf evlist: Make event2evsel publicJiri Olsa2016-07-122-2/+5
* | | perf symbols: Add Rust demanglingDavid Tolnay2016-07-124-0/+285
* | | perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo2016-07-123-1/+5
* | | perf intel-pt-decoder: Avoid checking code drift on busibox's diffArnaldo Carvalho de Melo2016-07-121-1/+4
* | | perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo2016-07-121-2/+2
* | | perf symbols: Provide a GElf_Nhdr typedefArnaldo Carvalho de Melo2016-07-121-0/+1
* | | perf tools: Remove unneeded magic.h include from util.hArnaldo Carvalho de Melo2016-07-121-1/+0
* | | perf tools: Introduce weak alternative to sched_getcpu()Arnaldo Carvalho de Melo2016-07-122-4/+14
* | | perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo2016-07-121-9/+0
* | | perf tools: event.h needs asm/perf_regs.hArnaldo Carvalho de Melo2016-07-121-0/+1
* | | perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-125-0/+10
* | | perf evsel: Uninline the is_function_event methodArnaldo Carvalho de Melo2016-07-122-17/+19
* | | perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo2016-07-126-4/+9
* | | perf tools: Add missing header to color.cArnaldo Carvalho de Melo2016-07-121-0/+1
* | | perf quote: Disentangle headersArnaldo Carvalho de Melo2016-07-122-2/+5
* | | perf strbuf: Add missing headersArnaldo Carvalho de Melo2016-07-122-1/+4
* | | perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/i...Arnaldo Carvalho de Melo2016-07-122-2/+0
* | | tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-1215-27/+34
* | | perf hists: Introduce hists__add_entry_ops functionJiri Olsa2016-07-122-7/+46
* | | perf hists: Introduce hist_entry_opsJiri Olsa2016-07-122-4/+33
* | | perf hists: Introduce hist_entry__init functionJiri Olsa2016-07-121-66/+73
* | | perf unwind: Call unwind__prepare_access for forked threadJiri Olsa2016-07-043-4/+44
* | | perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa2016-07-043-6/+16
* | | perf tests: Fix hist accumulation testJiri Olsa2016-07-042-6/+14
* | | perf header: Transform nodes string info to structJiri Olsa2016-07-043-52/+39
* | | perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu2016-07-043-3/+98
* | | perf probe: Add group name supportMasami Hiramatsu2016-07-041-9/+14
* | | perf sdt: ELF support for SDTHemant Kumar2016-07-042-0/+274
* | | perf build: Add feature detection for libelf's elf_getshdrstrndx()Arnaldo Carvalho de Melo2016-07-041-0/+8
* | | perf probe: Remove caches when --cache is givenMasami Hiramatsu2016-07-012-8/+30
* | | perf probe: Show all cached probesMasami Hiramatsu2016-07-015-4/+177
* | | perf probe: Use cache entry if possibleMasami Hiramatsu2016-07-013-4/+86
* | | perf tools: Change cpu_map__fprintf outputJiri Olsa2016-06-303-7/+50
* | | perf tools: Allow to reset open files counterJiri Olsa2016-06-302-6/+18
* | | perf annotate: Add number of samples to the headerPeter Zijlstra (Intel)2016-06-301-2/+3
* | | perf annotate: Simplify header dotted line sizingPeter Zijlstra (Intel)2016-06-301-6/+3
* | | perf evsel: Utility function to fetch archRavi Bangoria2016-06-302-0/+9
* | | perf data ctf: Generate fork and exit events to CTF outputWang Nan2016-06-281-1/+43
OpenPOWER on IntegriCloud