File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2269,6 +2269,13 @@ static const struct evlist_test test__events[] = {
2269
2269
.check = test__checkevent_breakpoint_2_events ,
2270
2270
/* 3 */
2271
2271
},
2272
+ #ifdef HAVE_LIBTRACEEVENT
2273
+ {
2274
+ .name = "9p:9p_client_req" ,
2275
+ .check = test__checkevent_tracepoint ,
2276
+ /* 4 */
2277
+ },
2278
+ #endif
2272
2279
};
2273
2280
2274
2281
static const struct evlist_test test__events_pmu [] = {
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ event [^,{}/]+
242
242
num_dec [0 -9 ]+
243
243
num_hex 0x[a -fA -F0 -9 ]{1,16 }
244
244
num_raw_hex [a -fA -F0 -9 ]{1,16 }
245
- name [a -zA -Z_ *?\[\] ][a -zA -Z0 -9_*?. \[\] ! \- ]*
246
- name_tag [\' ][a -zA -Z_ *?\[\] ][a -zA -Z0 -9_*? \- , \.\[\] := ]* [\' ]
245
+ name [a -zA -Z0 - 9_ *?\[\] ][a -zA -Z0 -9_*?. \[\] ! \- ]*
246
+ name_tag [\' ][a -zA -Z0 - 9_ *?\[\] ][a -zA -Z0 -9_*? \- , \.\[\] := ]* [\' ]
247
247
name_minus [a -zA -Z_*? ][a -zA -Z0 -9 \- _*?.: ]*
248
248
drv_cfg_term [a -zA -Z0 -9_ \. ]+ (=[a -zA -Z0 -9_*? \. : ]+ )?
249
249
/*
You can’t perform that action at this time.
0 commit comments