summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/compaction-times-report
blob: 3dc13897cfdeb2bba90b6828074bd2437ad2b958 (plain)
1
2
3
4
#!/bin/bash
#description: display time taken by mm compaction
#args: [-h] [-u] [-p|-pv] [-t | [-m] [-fs] [-ms]] [pid|pid-range|comm-regex]
perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.py $@
;id=6894ea0b9ab507f8571ff8d63531112bfec02085'>docs: Makefile: Sort Documentation targets case-insensitively in make helpBhanu Seshu Kumar Valluri 2025-10-28docs: move get_abi.py to tools/docsJonathan Corbet 2025-10-28docs: move scripts/documentation-file-ref-check to tools/docsJonathan Corbet 2025-10-01docs: Makefile: use PYTHONPYCACHEPREFIXMauro Carvalho Chehab 2025-10-01docs: Makefile: avoid a warning when using without texliveMauro Carvalho Chehab 2025-09-25docs: Makefile: fix rustdoc detectionMauro Carvalho Chehab 2025-09-21docs: conf.py: get rid of load_config.pyMauro Carvalho Chehab 2025-09-18tools/docs: sphinx-build-wrapper: move rust doc builder to wrapperMauro Carvalho Chehab 2025-09-18docs: add support to build manpages from kerneldoc outputMauro Carvalho Chehab 2025-09-18docs: Makefile: document FONTS_CONF_DENY_VF= parameterMauro Carvalho Chehab 2025-09-18docs: Makefile: document latex/PDF PAPER= parameterMauro Carvalho Chehab 2025-09-18tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-buildMauro Carvalho Chehab 2025-09-18scripts: sphinx-pre-install: move it to tools/docsMauro Carvalho Chehab 2025-09-18tools/docs: check-variable-fonts.py: split into a lib and an exec fileMauro Carvalho Chehab 2025-09-18scripts: check-variable-fonts.sh: convert to PythonMauro Carvalho Chehab 2025-09-09docs: add tools/docs/gen-redirects.pyVegard Nossum 2025-08-29scripts: sphinx-build-wrapper: get rid of uapi/media MakefileMauro Carvalho Chehab 2025-08-21docs: Makefile: Fix LaTeX paper size settingsMauro Carvalho Chehab 2025-08-12docs: use parser_yaml extension to handle Netlink specsMauro Carvalho Chehab 2025-06-25docs: Makefile: disable check rules on make cleandocsMauro Carvalho Chehab 2025-05-07docs: Makefile: Inherit PYTHONPYCACHEPREFIX setting as env variableAkira Yokosawa 2025-04-28docs: Makefile: store __pycache__ at the output directoryMauro Carvalho Chehab 2025-04-24Makefile: move KERNELDOC macro to the main MakefileMauro Carvalho Chehab 2025-04-24docs: Makefile: get rid of KERNELDOC_CONF env variableMauro Carvalho Chehab 2025-04-09docs: sphinx: kerneldoc: use kernel-doc.py scriptMauro Carvalho Chehab 2025-02-13docs: Makefile: use the new script to check for bad ABI referencesMauro Carvalho Chehab 2025-01-09tools: ynl: move python code to separate sub-directoryJan Stancek