#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/clocksource
AgeCommit message (Expand)Author
2020-08-12include/: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-03-30pwm: omap-dmtimer: Drop unused header fileLokesh Vutla
2020-03-16clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save a...Lokesh Vutla
2020-03-16clocksource/drivers/timer-ti-dm: Prepare for using cpuidleTony Lindgren
2020-01-16clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesAndrea Parri
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley
2019-08-23clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner
2019-06-25clocksource/drivers/davinci: Add support for clockeventsBartosz Golaszewski
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner