/tools/perf/util/ |
D | probe-finder.h | 27 Dwarf *dbg; member 35 extern void debuginfo__delete(struct debuginfo *dbg); 38 extern int debuginfo__find_trace_events(struct debuginfo *dbg, 44 extern int debuginfo__find_probe_point(struct debuginfo *dbg, 49 extern int debuginfo__find_line_range(struct debuginfo *dbg, 53 extern int debuginfo__find_available_vars_at(struct debuginfo *dbg,
|
D | probe-finder.c | 60 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() argument 69 dbg->dwfl = dwfl_begin(&offline_callbacks); in debuginfo__init_offline_dwarf() 70 if (!dbg->dwfl) in debuginfo__init_offline_dwarf() 73 dbg->mod = dwfl_report_offline(dbg->dwfl, "", "", fd); in debuginfo__init_offline_dwarf() 74 if (!dbg->mod) in debuginfo__init_offline_dwarf() 77 dbg->dbg = dwfl_module_getdwarf(dbg->mod, &dbg->bias); in debuginfo__init_offline_dwarf() 78 if (!dbg->dbg) in debuginfo__init_offline_dwarf() 83 if (dbg->dwfl) in debuginfo__init_offline_dwarf() 84 dwfl_end(dbg->dwfl); in debuginfo__init_offline_dwarf() 87 memset(dbg, 0, sizeof(*dbg)); in debuginfo__init_offline_dwarf() [all …]
|
/tools/usb/usbip/libsrc/ |
D | vhci_driver.c | 26 dbg("udev_device_new_from_subsystem_sysname failed: %s", busid); in imported_device_init() 66 dbg("sscanf failed: %d", ret); in parse_status() 70 dbg("port %d status %d speed %d devid %x", in parse_status() 72 dbg("socket %lx lbusid %s", socket, lbusid); in parse_status() 91 dbg("imported_device_init failed"); in parse_status() 105 dbg("exit"); in parse_status() 242 dbg("available ports: %d", vhci_driver->nports); in usbip_vhci_driver_open() 286 dbg("failed to refresh device list"); in usbip_vhci_refresh_device_list() 311 dbg("writing: %s", buff); in usbip_vhci_attach_device2() 316 dbg("attach attribute path: %s", attach_attr_path); in usbip_vhci_attach_device2() [all …]
|
D | sysfs_utils.c | 17 dbg("error opening attribute %s", attr_path); in write_sysfs_attribute() 23 dbg("error writing to attribute %s", attr_path); in write_sysfs_attribute()
|
D | usbip_common.c | 70 dbg("%-20s = %x", to_string(name), (int) udev->name) 73 dbg("%-20s = %x", to_string(name), (int) uinf->name) 83 dbg("%-20s = %s", "Interface(C/SC/P)", buff); in dump_usb_interface() 90 dbg("%-20s = %s", "path", udev->path); in dump_usb_device() 91 dbg("%-20s = %s", "busid", udev->busid); in dump_usb_device() 97 dbg("%-20s = %s", "Device(C/SC/P)", buff); in dump_usb_device() 104 dbg("%-20s = %s", "Vendor/Product", buff); in dump_usb_device() 109 dbg("%-20s = %s", "speed", in dump_usb_device()
|
D | usbip_host_driver.c | 98 dbg("realloc failed"); in usbip_exported_device_new() 141 dbg("usbip_exported_device_new failed"); in refresh_exported_devices() 232 dbg("device not available: %s", edev->udev.busid); in usbip_host_export_device() 235 dbg("status SDEV_ST_ERROR"); in usbip_host_export_device() 238 dbg("status SDEV_ST_USED"); in usbip_host_export_device() 241 dbg("status unknown: 0x%x", edev->status); in usbip_host_export_device()
|
D | names.c | 374 dbg("line %5u class %02x %s", linectr, u, cp); in parse() 400 dbg("line %5u vendor %04x %s", linectr, u, cp); in parse() 419 dbg("line %5u product %04x:%04x %s", linectr, in parse() 427 dbg("line %5u subclass %02x:%02x %s", linectr, in parse() 460 dbg("line %5u protocol %02x:%02x:%02x %s", in parse()
|
D | usbip_common.h | 72 #define dbg(fmt, args...) \ macro
|
/tools/usb/usbip/src/ |
D | usbip_network.c | 40 dbg("parsing port arg '%s'", arg); in usbip_setup_port_number() 159 dbg("usbip_net_send failed: %d", rc); in usbip_net_send_op_common() 175 dbg("usbip_net_recv failed: %d", rc); in usbip_net_recv_op_common() 182 dbg("version mismatch: %d %d", op_common.version, in usbip_net_recv_op_common() 192 dbg("unexpected pdu %#0x for %#0x", op_common.code, in usbip_net_recv_op_common() 199 dbg("request failed at peer: %d", op_common.status); in usbip_net_recv_op_common() 217 dbg("setsockopt: SO_REUSEADDR"); in usbip_net_set_reuseaddr() 229 dbg("setsockopt: TCP_NODELAY"); in usbip_net_set_nodelay() 241 dbg("setsockopt: SO_KEEPALIVE"); in usbip_net_set_keepalive() 253 dbg("setsockopt: IPV6_V6ONLY"); in usbip_net_set_v6only() [all …]
|
D | usbipd.c | 107 dbg("usbip_net_recv failed: import request"); in recv_request_import() 137 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_IMPORT); in recv_request_import() 142 dbg("import request busid %s: failed", req.busid); in recv_request_import() 151 dbg("usbip_net_send failed: devinfo"); in recv_request_import() 155 dbg("import request busid %s: complete", req.busid); in recv_request_import() 178 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist() 185 dbg("usbip_net_send failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist() 197 dbg("usbip_net_send failed: pdu_udev"); in send_reply_devlist() 227 dbg("usbip_net_recv failed: devlist request"); in recv_request_devlist() 233 dbg("send_reply_devlist failed"); in recv_request_devlist() [all …]
|
D | usbip_list.c | 61 dbg("usbip_net_send_op_common failed"); in get_exported_devices() 67 dbg("usbip_net_recv_op_common failed"); in get_exported_devices() 74 dbg("usbip_net_recv_op_devlist failed"); in get_exported_devices() 78 dbg("exportable devices: %d\n", reply.ndev); in get_exported_devices() 93 dbg("usbip_net_recv failed: usbip_usb_device[%d]", i); in get_exported_devices() 141 dbg("connected to %s:%s", host, usbip_port_string); in list_exported_devices() 209 dbg("Skip the device %s already attached to %s\n", in list_devices()
|
D | usbip_bind.c | 90 dbg("unable to find device with bus ID %s", busid); in unbind_other() 97 dbg("unable to get bDevClass device attribute"); in unbind_other() 102 dbg("skip unbinding of hub"); in unbind_other()
|
D | utils.c | 47 dbg("failed to write match_busid: %s", strerror(errno)); in modify_match_busid()
|
D | usbip.c | 141 dbg("running command: `%s'", cmd->name); in run_command()
|
/tools/perf/config/feature-checks/ |
D | test-dwarf.c | 7 Dwarf *dbg = dwarf_begin(0, DWARF_C_READ); in main() local 9 return (long)dbg; in main()
|
/tools/power/cpupower/utils/idle_monitor/ |
D | nhm_idle.c | 130 unsigned long long dbg, val; in nhm_start() local 140 nhm_get_count(TSC, &dbg, 0); in nhm_start() 141 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in nhm_start() 148 unsigned long long dbg; in nhm_stop() local 159 nhm_get_count(TSC, &dbg, 0); in nhm_stop() 160 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
|
D | mperf_monitor.c | 189 unsigned long long dbg; in mperf_start() local 197 mperf_get_tsc(&dbg); in mperf_start() 198 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in mperf_start() 204 unsigned long long dbg; in mperf_stop() local 213 mperf_get_tsc(&dbg); in mperf_stop() 214 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in mperf_stop()
|