Home
last modified time | relevance | path

Searched refs:src_str (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/perf/scripts/python/
Darm-cs-trace-disasm.py155 src_str = ""
163 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
165 src_str = src_file + str(line_number).rjust(4) + " " + source_line
168 src_str = ""
170 src_str = dso
176 print(start_str, src_str)
Dintel-pt-events.py284 src_str = ""
291 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
293 src_str = src_file + str(line_number).rjust(4) + " " + source_line
296 src_str = ""
298 src_str = dso
304 print(start_str, src_str)
/linux-6.1.9/drivers/base/
Dswnode.c217 const char * const *src_str; in property_entry_free_data() local
221 src_str = property_get_pointer(p); in property_entry_free_data()
222 nval = p->length / sizeof(*src_str); in property_entry_free_data()
224 kfree(src_str[i]); in property_entry_free_data()
/linux-6.1.9/security/apparmor/
Dpolicy_unpack.c396 char *src_str; in unpack_str() local
401 size = unpack_u16_chunk(e, &src_str); in unpack_str()
404 if (src_str[size - 1] != 0) in unpack_str()
406 *string = src_str; in unpack_str()
/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c969 const struct usb_gadget_strings *src_str) in ast_vhub_str_alloc_add() argument
979 ast_vhub_str_deep_copy(dest_str, src_str); in ast_vhub_str_alloc_add()