summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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 Melo3-1/+5
2016-07-12perf intel-pt-decoder: Avoid checking code drift on busibox's diffArnaldo Carvalho de Melo1-1/+4
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 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-12perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo1-9/+0
2016-07-12perf tools: event.h needs asm/perf_regs.hArnaldo Carvalho de Melo1-0/+1
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo5-0/+10
2016-07-12perf evsel: Uninline the is_function_event methodArnaldo Carvalho de Melo2-17/+19
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo6-4/+9
2016-07-12perf tools: Add missing header to color.cArnaldo Carvalho de Melo1-0/+1
2016-07-12perf quote: Disentangle headersArnaldo Carvalho de Melo2-2/+5
2016-07-12perf strbuf: Add missing headersArnaldo Carvalho de Melo2-1/+4
2016-07-12perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/i...Arnaldo Carvalho de Melo2-2/+0
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo15-27/+34
2016-07-12perf hists: Introduce hists__add_entry_ops functionJiri Olsa2-7/+46
2016-07-12perf hists: Introduce hist_entry_opsJiri Olsa2-4/+33
2016-07-12perf hists: Introduce hist_entry__init functionJiri Olsa1-66/+73
2016-07-04perf unwind: Call unwind__prepare_access for forked threadJiri Olsa3-4/+44
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa3-6/+16
2016-07-04perf tests: Fix hist accumulation testJiri Olsa2-6/+14
2016-07-04perf header: Transform nodes string info to structJiri Olsa3-52/+39
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu3-3/+98
2016-07-04perf probe: Add group name supportMasami Hiramatsu1-9/+14
2016-07-04perf sdt: ELF support for SDTHemant Kumar2-0/+274
2016-07-04perf build: Add feature detection for libelf's elf_getshdrstrndx()Arnaldo Carvalho de Melo1-0/+8
2016-07-01perf probe: Remove caches when --cache is givenMasami Hiramatsu2-8/+30
2016-07-01perf probe: Show all cached probesMasami Hiramatsu5-4/+177
2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu3-4/+86
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa3-7/+50
2016-06-30perf tools: Allow to reset open files counterJiri Olsa2-6/+18
2016-06-30perf annotate: Add number of samples to the headerPeter Zijlstra (Intel)1-2/+3
2016-06-30perf annotate: Simplify header dotted line sizingPeter Zijlstra (Intel)1-6/+3
2016-06-30perf evsel: Utility function to fetch archRavi Bangoria2-0/+9
2016-06-28perf data ctf: Generate fork and exit events to CTF outputWang Nan1-1/+43
2016-06-28perf data ctf: Generate comm event to CTF outputWang Nan1-0/+110
2016-06-28perf data ctf: Prepare collect non-sample eventsWang Nan1-1/+7
2016-06-28perf data ctf: Add 'all' optionWang Nan1-0/+1
2016-06-28perf data ctf: Pass convert options through opts structureWang Nan3-3/+14
2016-06-28perf data ctf: Add value_set_string() helperWang Nan1-0/+30
2016-06-28perf symbols: Use proper dso name for is_regular_fileJiri Olsa1-1/+1
2016-06-28perf data convert: Include config.h headerJiri Olsa1-0/+1