aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo41-77/+113
2016-07-12perf trace beauty open_flags: Add more conditional definesArnaldo Carvalho de Melo1-0/+12
2016-07-12perf trace beauty flock: Add more conditional definesArnaldo Carvalho de Melo1-0/+16
2016-07-12perf trace beauty mmap: Add more conditional definesArnaldo Carvalho de Melo1-22/+55
2016-07-12perf trace beauty open_flags: Add missing headersArnaldo Carvalho de Melo1-0/+3
2016-07-12perf trace beauty flock: Add missing fcntl.h includeArnaldo Carvalho de Melo1-0/+1
2016-07-12perf trace beauty msg_flags: Remove MSG_TRYHARDArnaldo Carvalho de Melo1-1/+0
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-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-04tools lib subcmd: Respect WERROR=0 for buildChris Phlipot1-1/+7
2016-07-04tools lib api: Respect WERROR=0 for buildChris Phlipot1-1/+7
2016-07-04tools lib bpf: Add license headerWang Nan4-0/+52
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 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-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-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