Home
last modified time | relevance | path

Searched refs:common_fields (Results 1 – 2 of 2) 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)
57 test_group.update(common_fields)
61 common_fields = {
71 test_group = _get_group_json(test, common_fields)
/linux/tools/perf/util/
H A Ddata-convert-bt.c430 struct tep_format_field *common_fields = tp_format->format.common_fields; in add_tracepoint_values() local
435 common_fields, sample); in add_tracepoint_values()
1069 struct tep_format_field *common_fields = tp_format ? tp_format->format.common_fields : NULL; in add_tracepoint_types() local
1073 ret = add_tracepoint_fields_types(cw, common_fields, class); in add_tracepoint_types()