Linux Perf
perf_hook_desc Struct Reference

#include <perf-hooks.h>

Collaboration diagram for perf_hook_desc:
Collaboration graph

Public Attributes

const char *const hook_name
 
perf_hook_func_t *const p_hook_func
 
void * hook_ctx
 

Detailed Description

Definition at line 10 of file perf-hooks.h.

Member Data Documentation

◆ hook_ctx

void* perf_hook_desc::hook_ctx

Definition at line 13 of file perf-hooks.h.

◆ hook_name

const char* const perf_hook_desc::hook_name

Definition at line 11 of file perf-hooks.h.

◆ p_hook_func

perf_hook_func_t* const perf_hook_desc::p_hook_func

Definition at line 12 of file perf-hooks.h.


The documentation for this struct was generated from the following file: