MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dumpsys

Function dumpsys

freebsd/arm/include/dump.h:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static inline int
64dumpsys(struct dumperinfo *di)
65{
66
67 return (dumpsys_generic(di));
68}
69
70#endif /* !_MACHINE_DUMP_H_ */

Callers 1

doadumpFunction · 0.50

Calls 1

dumpsys_genericFunction · 0.85

Tested by

no test coverage detected