Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py320 src_str = ""
327 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
329 src_str = src_file + str(line_number).rjust(4) + " " + source_line
332 src_str = ""
334 src_str = dso
340 print(start_str, src_str)
/linux/drivers/base/
H A Dswnode.c228 const char * const *src_str; in property_entry_free_data() local
232 src_str = property_get_pointer(p); in property_entry_free_data()
233 nval = p->length / sizeof(*src_str); in property_entry_free_data()
235 kfree(src_str[i]); in property_entry_free_data()
/linux/security/apparmor/
H A Dpolicy_unpack.c375 char *src_str; in aa_unpack_str() local
380 size = aa_unpack_u16_chunk(e, &src_str); in aa_unpack_str()
383 if (src_str[size - 1] != 0) in aa_unpack_str()
385 *string = src_str; in aa_unpack_str()