/openbmc/linux/tools/perf/ |
H A D | builtin-data.c | 31 const char *to_json; variable 41 OPT_STRING(0, "to-json", &to_json, NULL, "Convert to JSON format"), 61 if (to_json && to_ctf) { in cmd_data_convert() 66 if (!to_json && !to_ctf) { in cmd_data_convert() 71 if (!to_json) { in cmd_data_convert() 77 if (to_json) in cmd_data_convert() 78 return bt_convert__perf2json(input_name, to_json, &opts); in cmd_data_convert()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tablefilter.py | 36 def to_json(self, queryset): member in TableFilter 56 obj = filter_action.to_json(queryset) 129 def to_json(self, queryset): member in TableFilterAction 242 def to_json(self, queryset): member in TableFilterActionDateRange 244 data = super(TableFilterActionDateRange, self).to_json(queryset) 273 def to_json(self, queryset): member in TableFilterMap 277 data[filter_name] = table_filter.to_json()
|
H A D | widgets.py | 117 return json.dumps(table_filter.to_json(self.queryset),
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qcow2_format.py | 28 return obj.to_json() 123 print(json.dumps(self.to_json(), indent=4, cls=ComplexEncoder)) 135 def to_json(self): member in Qcow2Struct 170 def to_json(self): member in Qcow2BitmapExt 171 fields_dict = super().to_json() 213 def to_json(self): member in Qcow2BitmapDirEntry 217 **super().to_json(), 246 def to_json(self): member in Qcow2BitmapTableEntry 270 def to_json(self): member in Qcow2BitmapTable 288 def to_json(self): member in QcowHeaderExtension.Magic [all …]
|
/openbmc/telemetry/src/utils/ |
H A D | labeled_tuple.hpp | 35 inline void to_json(nlohmann::json& j, const double& val) in to_json() function 113 static std::true_type check(decltype(utils::to_json(ref<nlohmann::json>(), 160 nlohmann::json to_json() const in to_json() function 179 return to_json().dump(); in dump() 239 utils::to_json(item, std::get<Idx>(value)); in to_json_item() 290 inline void to_json(nlohmann::json& json, in to_json() function 293 json = tuple.to_json(); in to_json()
|
/openbmc/qemu/qobject/ |
H A D | qjson.c | 151 static void to_json(JSONWriter *writer, const char *name, in to_json() function 191 to_json(writer, qdict_entry_key(entry), qdict_entry_value(entry)); in to_json() 204 to_json(writer, NULL, qlist_entry_obj(entry)); in to_json() 225 to_json(writer, NULL, obj); in qobject_to_json_pretty()
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | event.cpp.mako | 5 jsonString = to_json().dump(); 15 jsonString = to_json().dump(); 21 auto ${event.CamelCase}::to_json() const -> nlohmann::json
|
H A D | event.hpp.mako | 32 auto to_json() const -> nlohmann::json override;
|
/openbmc/phosphor-logging/lib/ |
H A D | lg2_commit.cpp | 63 auto j = t.to_json()[t.name()]; in data_from_json() 122 lg2::error("OPENBMC_MESSAGE_ID={DATA}", "DATA", t.to_json().dump()); in commit() 167 lg2::error("OPENBMC_MESSAGE_ID={DATA}", "DATA", t.to_json().dump()); in commit()
|
/openbmc/telemetry/tests/src/helpers/ |
H A D | labeled_tuple_helpers.hpp | 16 to_json(json, labeledTuple); in PrintTo()
|
/openbmc/telemetry/src/types/ |
H A D | collection_duration.hpp | 13 inline void to_json(nlohmann::json& json, const CollectionDuration& value) in BOOST_STRONG_TYPEDEF()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | flamegraph.py | 61 def to_json(self): member in Node 133 stacks_json = json.dumps(self.stack, default=lambda x: x.to_json())
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | shell.py | 189 print(report.to_json()) 192 print(report.to_json(), file=fh) 240 print(report.to_json(), file=fh)
|
H A D | report.py | 88 def to_json(self): member in Report
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom.py | 80 doc_sha1 = spdx_doc.to_json(f, sort_keys=True, indent=indent)
|
H A D | spdx.py | 298 def to_json(self, f, *, sort_keys=False, indent=None, separators=None): member in SPDXDocument
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | exception.hpp | 54 virtual auto to_json() const -> nlohmann::json = 0;
|
/openbmc/bmcweb/http/ |
H A D | utility.hpp | 522 static void to_json(json& j, const URL& url) in to_json() function
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 463 print(comp_table.to_json())
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 882 doc.to_json(f, sort_keys=True, indent=get_json_indent(d))
|