summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
pan>KVM: Fix multiple races in gfn=>pfn cache refreshSean Christopherson 2022-05-25KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson 2022-05-25KVM: Do not incorporate page offset into gfn=>pfn cache user addressSean Christopherson 2022-05-25KVM: Put the extra pfn reference when reusing a pfn in the gpc cacheSean Christopherson 2022-05-25KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helperSean Christopherson 2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse 2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson 2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson 2022-04-02KVM: avoid double put_page with gfn-to-pfn cacheDavid Woodhouse 2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse