We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65074d4 commit 0d8dd67Copy full SHA for 0d8dd67
tools/include/uapi/linux/perf_event.h
@@ -380,10 +380,14 @@ struct perf_event_attr {
380
__u32 bp_type;
381
union {
382
__u64 bp_addr;
383
+ __u64 kprobe_func; /* for perf_kprobe */
384
+ __u64 uprobe_path; /* for perf_uprobe */
385
__u64 config1; /* extension of config */
386
};
387
388
__u64 bp_len;
389
+ __u64 kprobe_addr; /* when kprobe_func == NULL */
390
+ __u64 probe_offset; /* for perf_[k,u]probe */
391
__u64 config2; /* extension of config1 */
392
393
__u64 branch_sample_type; /* enum perf_branch_sample_type */
0 commit comments