Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_json.py30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj:
36 sub_group = _get_group_json(subtest, common_fields)
47 test_group.update(common_fields)
51 common_fields = {
61 test_group = _get_group_json(test, common_fields)
/linux/fs/bcachefs/
H A Dextents.h154 #define common_fields(_crc) \ in bch2_extent_crc_unpack() macro
172 common_fields(crc->crc32), in bch2_extent_crc_unpack()
180 common_fields(crc->crc64), in bch2_extent_crc_unpack()
191 common_fields(crc->crc128), in bch2_extent_crc_unpack()
201 #undef common_fields in bch2_extent_crc_unpack()
/linux/tools/perf/util/
H A Ddata-convert-bt.c429 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_values() local
434 common_fields, sample); in add_tracepoint_values()
1067 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_types() local
1071 ret = add_tracepoint_fields_types(cw, common_fields, class); in add_tracepoint_types()