summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2016-07-04perf probe: Add group name supportMasami Hiramatsu
2016-07-04perf sdt: ELF support for SDTHemant Kumar
2016-07-04perf build: Add feature detection for libelf's elf_getshdrstrndx()Arnaldo Carvalho de Melo
2016-07-01perf probe: Remove caches when --cache is givenMasami Hiramatsu
2016-07-01perf probe: Show all cached probesMasami Hiramatsu
2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa
2016-06-30perf tools: Allow to reset open files counterJiri Olsa
2016-06-30perf annotate: Add number of samples to the headerPeter Zijlstra (Intel)
2016-06-30perf annotate: Simplify header dotted line sizingPeter Zijlstra (Intel)
2016-06-30perf evsel: Utility function to fetch archRavi Bangoria
2016-06-28perf data ctf: Generate fork and exit events to CTF outputWang Nan
2016-06-28perf data ctf: Generate comm event to CTF outputWang Nan
2016-06-28perf data ctf: Prepare collect non-sample eventsWang Nan
2016-06-28perf data ctf: Add 'all' optionWang Nan
2016-06-28perf data ctf: Pass convert options through opts structureWang Nan
2016-06-28perf data ctf: Add value_set_string() helperWang Nan
2016-06-28perf symbols: Use proper dso name for is_regular_fileJiri Olsa
2016-06-28perf data convert: Include config.h headerJiri Olsa
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria
2016-06-23perf config: Introduce new init() and exit()Taeung Song
2016-06-23perf script: Add callindent optionAdrian Hunter
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter
2016-06-23perf intlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf rb_resort: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf unwind: Fix wrongly used regs for aarch64 unwindHe Kuang
2016-06-23perf unwind: Fix wrongly used regs for x86_32 unwindHe Kuang
2016-06-23perf unwind: Change macro names of perf registerHe Kuang
2016-06-23perf tools: Find right DSO taking into account if binary is 32 or 64-bitHe Kuang
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-22perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-22perf hists: Enlarge pid sort entry sizeJiri Olsa
2016-06-21perf evsel: Fix write_backwards fallbackArnaldo Carvalho de Melo
2016-06-21perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan
2016-06-21perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa