summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add perf_data_file__write functionJiri Olsa2017-10-302-1/+9
* perf tools: Add struct perf_data_fileJiri Olsa2017-10-3023-97/+127
* perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-3030-238/+238
* perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo2017-10-301-8/+69
* perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo2017-10-276-3/+124
* tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2017-10-272-0/+201
* perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo2017-10-272-1/+62
* perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2017-10-273-10/+13
* perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo2017-10-271-3/+4
* perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo2017-10-271-7/+6
* perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo2017-10-271-5/+4
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-276-9/+531
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-226-10/+35
| |\
| * \ Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-221-2/+7
| |\ \
| | * | objtool: Fix memory leak in decode_instructions()Kamalesh Babulal2017-10-201-2/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-215-7/+524
| |\ \ \ | | |/ / | |/| |
| | * | bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| | * | bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-2/+14
| | * | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-203-4/+5
| | * | bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
| | * | bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-0/+14
* | | | perf util: Enable handling of inlined frames by defaultMilian Wolff2017-10-253-2/+5
* | | | perf report: Use srcline from callchain for hist entriesMilian Wolff2017-10-254-0/+5
* | | | perf report: Cache srclines for callchain nodesMilian Wolff2017-10-255-3/+90
* | | | perf report: Cache failed lookups of inlined framesMilian Wolff2017-10-252-23/+8
* | | | perf report: Properly handle branch count in match_chain()Milian Wolff2017-10-251-62/+78
* | | | perf report: Compare symbol name for inlined frames when sortingMilian Wolff2017-10-241-0/+3
* | | | perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff2017-10-241-0/+8
* | | | perf script: Mark inlined frames and do not print DSO for themMilian Wolff2017-10-241-1/+4
* | | | perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2017-10-242-3/+10
* | | | perf report: Fall-back to function name comparison for -g srclineMilian Wolff2017-10-241-8/+12
* | | | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-245-0/+103
* | | | perf callchain: Refactor inline_list to store srcline string directlyMilian Wolff2017-10-242-16/+41
* | | | perf callchain: Refactor inline_list to operate on symbolsMilian Wolff2017-10-243-32/+69
* | | | perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-243-26/+29
* | | | perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-245-282/+13
* | | | perf vendor events: Add Goldmont Plus V1 event fileKan Liang2017-10-237-0/+2414
* | | | perf namespaces: Add more appropriate set of headersArnaldo Carvalho de Melo2017-10-231-2/+3
* | | | perf kmem: Perform some cleanup if '--time' is given an invalid valueChristophe JAILLET2017-10-231-1/+2
* | | | perf script: Fix error handling pathChristophe JAILLET2017-10-231-2/+4
* | | | perf script: Use fprintf like printing uniformlyArnaldo Carvalho de Melo2017-10-231-232/+259
* | | | perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo2017-10-235-55/+70
* | | | perf vendor events: Fix incorrect cmask syntax for some Intel metricsAndi Kleen2017-10-234-5/+5
* | | | perf tools: Do not check ABI headers in a detached tarball buildArnaldo Carvalho de Melo2017-10-231-0/+5
* | | | perf annotate: Remove arch::cpuid_parse callbackJiri Olsa2017-10-236-11/+27
* | | | perf list: Fix group description in the man pageAndi Kleen2017-10-231-1/+1
* | | | perf tests attr: Make hw events optionalJiri Olsa2017-10-237-0/+41
* | | | perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo2017-10-233-100/+103
* | | | perf record: Make record__mmap_read genericArnaldo Carvalho de Melo2017-10-231-9/+13
* | | | perf mmap: Move perf_mmap and methods to separate mmap.[ch] filesArnaldo Carvalho de Melo2017-10-236-323/+349
OpenPOWER on IntegriCloud