Home
last modified time | relevance | path

Searched refs:json_streq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/perf/pmu-events/
Djevents.c244 if (json_streq(map, field, f->field) && nz) { in match_field()
260 if (json_streq(map, &newval, msrmap[i].num)) in lookup_msr()
298 if (json_streq(map, val, table[i].json)) in field_to_perf()
596 nz = !json_streq(map, val, "0"); in json_events()
599 } else if (json_streq(map, field, "EventCode")) { in json_events()
604 } else if (json_streq(map, field, "ExtSel")) { in json_events()
609 } else if (json_streq(map, field, "EventName")) { in json_events()
611 } else if (json_streq(map, field, "Compat")) { in json_events()
613 } else if (json_streq(map, field, "BriefDescription")) { in json_events()
616 } else if (json_streq(map, field, in json_events()
[all …]
Djson.h11 int json_streq(char *map, jsmntok_t *t, const char *s);
Djson.c158 int json_streq(char *map, jsmntok_t *t, const char *s) in json_streq() function