Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/pmu-events/
Djevents.c202 if (json_streq(map, field, f->field) && nz) { in match_field()
218 if (json_streq(map, &newval, msrmap[i].num)) in lookup_msr()
246 if (json_streq(map, val, table[i].json)) in field_to_perf()
554 nz = !json_streq(map, val, "0"); in json_events()
557 } else if (json_streq(map, field, "EventCode")) { in json_events()
562 } else if (json_streq(map, field, "ExtSel")) { in json_events()
567 } else if (json_streq(map, field, "EventName")) { in json_events()
569 } else if (json_streq(map, field, "BriefDescription")) { in json_events()
572 } else if (json_streq(map, field, in json_events()
576 } else if (json_streq(map, field, "PEBS") && nz) { 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