summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-05tools lib subcmd: Respect WERROR=0 for buildChris Phlipot1-1/+7
2016-07-05tools lib api: Respect WERROR=0 for buildChris Phlipot1-1/+7
2016-07-05tools lib bpf: Add license headerWang Nan4-0/+52
2016-07-05perf unwind: Call unwind__prepare_access for forked threadJiri Olsa3-4/+44
2016-07-05perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa3-6/+16
2016-07-05perf tests: Fix hist accumulation testJiri Olsa3-6/+18
2016-07-05perf header: Transform nodes string info to structJiri Olsa3-52/+39
2016-07-05perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu4-3/+101
2016-07-05perf probe: Add group name supportMasami Hiramatsu2-13/+20
2016-07-05perf sdt: ELF support for SDTHemant Kumar2-0/+274
2016-07-05perf build: Add feature detection for libelf's elf_getshdrstrndx()Arnaldo Carvalho de Melo6-0/+30
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-07-01perf tools: Change cpu_map__fprintf outputJiri Olsa6-7/+79
2016-07-01perf test: Add -F/--dont-fork optionJiri Olsa2-22/+37
2016-07-01perf tests: Fix thread map test for -F optionJiri Olsa1-3/+13
2016-07-01perf tools: Allow to reset open files counterJiri Olsa3-6/+24
2016-07-01perf trace beauty eventfd: No need to include eventfd.hArnaldo Carvalho de Melo1-2/+0
2016-07-01perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systemsArnaldo Carvalho de Melo1-0/+3
2016-07-01perf 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-29tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2-2/+2
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-27Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar9-20/+92
2016-06-25tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King1-1/+1
2016-06-25selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz1-1/+1
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
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter3-6/+23
2016-06-23perf script: Print sample flags more nicelyAdrian Hunter2-2/+40