summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-1241-77/+113
* perf trace beauty open_flags: Add more conditional definesArnaldo Carvalho de Melo2016-07-121-0/+12
* perf trace beauty flock: Add more conditional definesArnaldo Carvalho de Melo2016-07-121-0/+16
* perf trace beauty mmap: Add more conditional definesArnaldo Carvalho de Melo2016-07-121-22/+55
* perf trace beauty open_flags: Add missing headersArnaldo Carvalho de Melo2016-07-121-0/+3
* perf trace beauty flock: Add missing fcntl.h includeArnaldo Carvalho de Melo2016-07-121-0/+1
* perf trace beauty msg_flags: Remove MSG_TRYHARDArnaldo Carvalho de Melo2016-07-121-1/+0
* perf report: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo2016-07-122-0/+10
* perf annotate: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo2016-07-122-0/+10
* perf ui stdio: Add way to setup the color output mode selectionArnaldo Carvalho de Melo2016-07-122-0/+11
* perf hists: Introduce hists__add_entry_ops functionJiri Olsa2016-07-122-7/+46
* perf hists: Introduce hist_entry_opsJiri Olsa2016-07-122-4/+33
* perf hists: Introduce hist_entry__init functionJiri Olsa2016-07-121-66/+73
* perf tools: Sync copy of syscall_64.tbl with the kernelArnaldo Carvalho de Melo2016-07-041-0/+2
* perf tools: Update android build documentationChris Phlipot2016-07-041-8/+8
* tools lib subcmd: Respect WERROR=0 for buildChris Phlipot2016-07-041-1/+7
* tools lib api: Respect WERROR=0 for buildChris Phlipot2016-07-041-1/+7
* tools lib bpf: Add license headerWang Nan2016-07-044-0/+52
* perf unwind: Call unwind__prepare_access for forked threadJiri Olsa2016-07-043-4/+44
* perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa2016-07-043-6/+16
* perf tests: Fix hist accumulation testJiri Olsa2016-07-043-6/+18
* perf header: Transform nodes string info to structJiri Olsa2016-07-043-52/+39
* perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu2016-07-044-3/+101
* perf probe: Add group name supportMasami Hiramatsu2016-07-042-13/+20
* perf sdt: ELF support for SDTHemant Kumar2016-07-042-0/+274
* perf build: Add feature detection for libelf's elf_getshdrstrndx()Arnaldo Carvalho de Melo2016-07-046-0/+30
* perf probe: Remove caches when --cache is givenMasami Hiramatsu2016-07-014-8/+60
* perf probe: Show all cached probesMasami Hiramatsu2016-07-017-7/+184
* perf probe: Use cache entry if possibleMasami Hiramatsu2016-07-013-4/+86
* perf tools: Change cpu_map__fprintf outputJiri Olsa2016-06-306-7/+79
* perf test: Add -F/--dont-fork optionJiri Olsa2016-06-302-22/+37
* perf tests: Fix thread map test for -F optionJiri Olsa2016-06-301-3/+13
* perf tools: Allow to reset open files counterJiri Olsa2016-06-303-6/+24
* perf trace beauty eventfd: No need to include eventfd.hArnaldo Carvalho de Melo2016-06-301-2/+0
* perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systemsArnaldo Carvalho de Melo2016-06-301-0/+3
* perf annotate: Add number of samples to the headerPeter Zijlstra (Intel)2016-06-301-2/+3
* perf annotate: Simplify header dotted line sizingPeter Zijlstra (Intel)2016-06-301-6/+3
* perf evsel: Utility function to fetch archRavi Bangoria2016-06-302-0/+9
* tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2016-06-292-2/+2
* perf tools: Add documentation for perf.data on disk formatAndi Kleen2016-06-291-0/+442
* perf data ctf: Generate fork and exit events to CTF outputWang Nan2016-06-281-1/+43
* perf data ctf: Add '--all' option for 'perf data convert'Wang Nan2016-06-282-0/+5
* perf data ctf: Generate comm event to CTF outputWang Nan2016-06-281-0/+110
* perf data ctf: Prepare collect non-sample eventsWang Nan2016-06-281-1/+7
* perf data ctf: Add 'all' optionWang Nan2016-06-282-0/+2
* perf data ctf: Pass convert options through opts structureWang Nan2016-06-284-6/+20
* perf data ctf: Add value_set_string() helperWang Nan2016-06-281-0/+30
* perf symbols: Use proper dso name for is_regular_fileJiri Olsa2016-06-281-1/+1
* perf record: Prepare picking perf_event_mmap_page from multiple evlistsWang Nan2016-06-281-2/+13
* perf record: Prepare reading from multiple evlists in record__mmap_read_all()Wang Nan2016-06-281-10/+24