aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2016-07-12perf report: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo2-0/+10
2016-07-12perf annotate: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo2-0/+10
2016-07-12perf ui stdio: Add way to setup the color output mode selectionArnaldo Carvalho de Melo2-0/+11
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-09net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer1-4/+7
2016-07-04perf tools: Sync copy of syscall_64.tbl with the kernelArnaldo Carvalho de Melo1-0/+2
2016-07-04perf tools: Update android build documentationChris Phlipot1-8/+8
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 Olsa3-6/+18
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 Hiramatsu4-3/+101
2016-07-04perf probe: Add group name supportMasami Hiramatsu2-13/+20
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 Melo2-0/+12
2016-07-01perf probe: Remove caches when --cache is givenMasami Hiramatsu4-8/+60
2016-07-01perf probe: Show all cached probesMasami Hiramatsu7-7/+184
2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu3-4/+86
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa6-7/+79
2016-06-30perf test: Add -F/--dont-fork optionJiri Olsa2-22/+37
2016-06-30perf tests: Fix thread map test for -F optionJiri Olsa1-3/+13
2016-06-30perf tools: Allow to reset open files counterJiri Olsa3-6/+24
2016-06-30perf trace beauty eventfd: No need to include eventfd.hArnaldo Carvalho de Melo1-2/+0
2016-06-30perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systemsArnaldo Carvalho de Melo1-0/+3
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-29perf tools: Add documentation for perf.data on disk formatAndi Kleen1-0/+442
2016-06-28perf data ctf: Generate fork and exit events to CTF outputWang Nan1-1/+43
2016-06-28perf data ctf: Add '--all' option for 'perf data convert'Wang Nan2-0/+5
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 Nan2-0/+2
2016-06-28perf data ctf: Pass convert options through opts structureWang Nan4-6/+20
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 record: Prepare picking perf_event_mmap_page from multiple evlistsWang Nan1-2/+13
2016-06-28perf record: Prepare reading from multiple evlists in record__mmap_read_all()Wang Nan1-10/+24
2016-06-28perf record: Move mmap setup block to separate functionWang Nan1-20/+36
2016-06-28perf data convert: Include config.h headerJiri Olsa1-0/+1
2016-06-28perf build: Add libbabeltrace to build-testWang Nan1-0/+2
2016-06-27perf tools: Add more toolchain tripletsRavi Bangoria1-0/+17
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao3-11/+20
2016-06-27perf tools: Update makefile message for installing slang devel packageNeeraj Badlani1-1/+1
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria2-7/+0
2016-06-23perf config: Reimplement show_config() using config_set__for_eachTaeung Song1-12/+5
2016-06-23perf config: Introduce new init() and exit()Taeung Song4-45/+82
2016-06-23perf script: Add callindent optionAdrian Hunter4-1/+79