summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2026-02-13 13:26:12 -0600
committerLen Brown <len.brown@intel.com>2026-02-13 14:03:17 -0600
commit96718ad296af4a6d984b3a09276b165ab6a3b0c8 (patch)
tree1eb0012f33a0aa96de283554372ea268bf10e452 /tools/perf/scripts/python
parent8e5c0cc326f2e95a71bb6e6063e65caa60c8f951 (diff)
downloadkernel-96718ad296af4a6d984b3a09276b165ab6a3b0c8.tar.gz
tools/power turbostat: Fix and document --header_iterations
The "header_iterations" option is commonly used to de-clutter the screen of redundant header label rows in an interactive session: Eg. every 10 rows: $ sudo turbostat --header_iterations 10 -S -q -i 1 But --header_iterations was missing from turbostat.8 Also turbostat help advertised the "-N" short option that did not actually work: $ turbostat --help -N, --header_iterations num print header every num iterations Repair "-N" Document "--header_iterations" on turbostat.8 Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
s/ufs?h=linux-6.12.y&id=37044c86baf8cb894c69bb811e35a7f6f6dbce1c'>ufs: sector_t cannot be negativeRoel Kluin 2009-06-11ufs: add ->sync_fsChristoph Hellwig 2009-06-11switch ufs to simple_fsync()Al Viro 2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani 2009-06-11->write_super lock_super pushdownChristoph Hellwig 2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro 2009-06-11push BKL down into ->put_superChristoph Hellwig 2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig 2009-05-09switch ufs directories to ufs_sync_file()Al Viro 2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li 2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin 2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin 2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin 2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin 2009-03-26ufs: Use lowercase names of quota functionsJan Kara 2009-03-22Update my email addressGertjan van Wingerde 2009-01-22fs/Kconfig: move ufs outAlexey Dobriyan 2008-11-14CRED: Wrap task credential accesses in the UFS filesystemDavid Howells 2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig 2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse 2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds 2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan 2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara