aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao2-0/+11
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria2-7/+0
2016-06-23perf config: Introduce new init() and exit()Taeung Song2-45/+76
2016-06-23perf script: Add callindent optionAdrian Hunter2-0/+8
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter3-6/+23
2016-06-23perf intlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2-5/+5
2016-06-23perf rb_resort: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-2/+2
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo5-11/+11
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo15-93/+93
2016-06-23perf unwind: Fix wrongly used regs for aarch64 unwindHe Kuang1-0/+5
2016-06-23perf unwind: Fix wrongly used regs for x86_32 unwindHe Kuang1-0/+6
2016-06-23perf unwind: Change macro names of perf registerHe Kuang2-2/+13
2016-06-23perf tools: Find right DSO taking into account if binary is 32 or 64-bitHe Kuang1-3/+37
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song7-11/+16
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo2-6/+6
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo1-0/+2
2016-06-22perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo1-0/+3
2016-06-22perf hists: Enlarge pid sort entry sizeJiri Olsa2-4/+4
2016-06-21perf evsel: Fix write_backwards fallbackArnaldo Carvalho de Melo1-13/+10
2016-06-21perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan2-0/+47
2016-06-21perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo1-5/+0
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo3-69/+2
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2-24/+24