Home
last modified time | relevance | path

Searched defs:perf_dlfilter_sample (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/perf/include/perf/
Dperf_dlfilter.h38 struct perf_dlfilter_sample { struct
39 __u32 size; /* Size of this structure (for compatibility checking) */
40 __u16 ins_lat; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
41 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
42 __u64 ip;
43 __s32 pid;
44 __s32 tid;
45 __u64 time;
46 __u64 addr;
47 __u64 id;
[all …]
/linux-6.12.1/tools/perf/dlfilters/
Ddlfilter-test-api-v2.c43 struct perf_dlfilter_sample { struct
44 __u32 size; /* Size of this structure (for compatibility checking) */
45 __u16 ins_lat; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
46 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
47 __u64 ip;
48 __s32 pid;
49 __s32 tid;
50 __u64 time;
51 __u64 addr;
52 __u64 id;
[all …]
Ddlfilter-test-api-v0.c37 struct perf_dlfilter_sample { struct
38 __u32 size; /* Size of this structure (for compatibility checking) */
39 __u16 ins_lat; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
40 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
41 __u64 ip;
42 __s32 pid;
43 __s32 tid;
44 __u64 time;
45 __u64 addr;
46 __u64 id;
[all …]