aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa2-1/+9
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa23-97/+127
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa30-238/+238
2017-10-30perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo1-8/+69
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+104
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+2
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+4
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa1-2/+6
2017-10-27perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo6-3/+124
2017-10-27tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2-0/+201
2017-10-27perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo2-1/+62
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo3-10/+13
2017-10-27perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo1-3/+4
2017-10-27perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo1-7/+6
2017-10-27perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo1-5/+4
2017-10-27Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar6-9/+531
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria1-1/+11
2017-10-25perf util: Enable handling of inlined frames by defaultMilian Wolff3-2/+5
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff4-0/+5
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff5-3/+90
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff2-23/+8
2017-10-25perf report: Properly handle branch count in match_chain()Milian Wolff1-62/+78
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland4-5/+5
2017-10-25locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removalMark Rutland1-3/+2
2017-10-25locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2-2/+2
2017-10-24perf report: Compare symbol name for inlined frames when sortingMilian Wolff1-0/+3
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff1-0/+8
2017-10-24perf script: Mark inlined frames and do not print DSO for themMilian Wolff1-1/+4
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2-3/+10
2017-10-24perf report: Fall-back to function name comparison for -g srclineMilian Wolff1-8/+12
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff5-0/+103
2017-10-24perf callchain: Refactor inline_list to store srcline string directlyMilian Wolff2-16/+41
2017-10-24perf callchain: Refactor inline_list to operate on symbolsMilian Wolff3-32/+69
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff3-26/+29
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff5-282/+13
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar8-9/+9
2017-10-23perf vendor events: Add Goldmont Plus V1 event fileKan Liang7-0/+2414
2017-10-23perf namespaces: Add more appropriate set of headersArnaldo Carvalho de Melo1-2/+3
2017-10-23perf kmem: Perform some cleanup if '--time' is given an invalid valueChristophe JAILLET1-1/+2
2017-10-23perf script: Fix error handling pathChristophe JAILLET1-2/+4
2017-10-23perf script: Use fprintf like printing uniformlyArnaldo Carvalho de Melo1-232/+259
2017-10-23perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo5-55/+70
2017-10-23perf vendor events: Fix incorrect cmask syntax for some Intel metricsAndi Kleen4-5/+5
2017-10-23perf tools: Do not check ABI headers in a detached tarball buildArnaldo Carvalho de Melo1-0/+5
2017-10-23perf annotate: Remove arch::cpuid_parse callbackJiri Olsa6-11/+27
2017-10-23perf list: Fix group description in the man pageAndi Kleen1-1/+1
2017-10-23perf tests attr: Make hw events optionalJiri Olsa7-0/+41
2017-10-23perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo3-100/+103