lkml.org 
[lkml]   [2018]   [Feb]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 20/24] perf: Add a speculative page fault sw event
    Date
    Add a new software event to count succeeded speculative page faults.

    Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
    ---
    include/uapi/linux/perf_event.h | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h
    index e0739a1aa4b2..164383273147 100644
    --- a/include/uapi/linux/perf_event.h
    +++ b/include/uapi/linux/perf_event.h
    @@ -112,6 +112,7 @@ enum perf_sw_ids {
    PERF_COUNT_SW_EMULATION_FAULTS = 8,
    PERF_COUNT_SW_DUMMY = 9,
    PERF_COUNT_SW_BPF_OUTPUT = 10,
    + PERF_COUNT_SW_SPF = 11,

    PERF_COUNT_SW_MAX, /* non-ABI */
    };
    --
    2.7.4
    \
     
     \ /
      Last update: 2018-02-06 17:55    [W:2.334 / U:0.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site