aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06perf script python: Remove mixed indentationTony Jones1-16/+15
2019-02-25perf script python: Add Python3 support to syscall-counts.pyTony Jones1-8/+10
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart1-1/+1
2014-06-25perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira1-0/+5
2010-12-25perf script: Finish the rename from trace to scriptArnaldo Carvalho de Melo1-1/+1
2010-10-25perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo1-2/+3
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi1-0/+58
: hugetlbpage: move section about kernel development to hugetlbfs_reservMike Rapoport2-8/+8 The hugetlbpage describes hugetlbfs from the user perspective and newer hugetlbfs_reserv document targets kernel developers. Hence the section about hugetlbfs kernel development naturally belongs there. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2018-04-27docs/vm: hugetlbpage: minor improvementsMike Rapoport1-7/+10 * fixed mistypes * added internal cross-references for sections Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2018-04-27coresight: Grouping all perf tools oriented section togetherMathieu Poirier1-36/+36 This patch groups together section pertaining to the perf tools. That way everything is at the same place rather than spread out. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2018-04-27coresight: Add section for integration with the perf toolsMathieu Poirier1-1/+51 Adding a section that document how to use the Coresight framework and drivers from the perf tools. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2018-04-27coresight: Remove obsolete reference to "owner" in CoreSight descriptorMathieu Poirier1-3/+0 Field "owner" of struct coresight_desc has been removed a while back but the documentation was not updated to reflect the changes. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2018-04-27doc: dev-tools: kselftest.rst: update contributing new testsAnders Roxell1-0/+5 Add a description that the kernel headers should be used as far as it is possible and then the system headers. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Shuah Khan (Samsung OSG) <shuah@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> 2018-04-27docs: kernel-parameters.txt: Fix whitespaceThymo van Beers1-68/+68 Some lines used spaces instead of tabs at line start. This can cause mangled lines in editors due to inconsistency. Replace spaces for tabs where appropriate. Signed-off-by: Thymo van Beers <thymovanbeers@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>