Searched refs:line_file_names (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
H A D | libjvmti.c | 239 char ** line_file_names = NULL; in compiled_method_load_cb() local 265 line_file_names = malloc(sizeof(char*) * nr_lines); in compiled_method_load_cb() 266 if (!line_file_names) { in compiled_method_load_cb() 269 memset(line_file_names, 0, sizeof(char*) * nr_lines); in compiled_method_load_cb() 270 ret = fill_source_filenames(jvmti, nr_lines, line_tab, line_file_names); in compiled_method_load_cb() 298 if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names)) in compiled_method_load_cb() 314 while (line_file_names && (nr_lines > 0)) { in compiled_method_load_cb() 315 if (line_file_names[nr_lines - 1]) { in compiled_method_load_cb() 316 free(line_file_names[nr_lines - 1]); in compiled_method_load_cb() 320 free(line_file_names); in compiled_method_load_cb() [all...] |
/kernel/linux/linux-6.6/tools/perf/jvmti/ |
H A D | libjvmti.c | 239 char ** line_file_names = NULL; in compiled_method_load_cb() local 265 line_file_names = malloc(sizeof(char*) * nr_lines); in compiled_method_load_cb() 266 if (!line_file_names) { in compiled_method_load_cb() 269 memset(line_file_names, 0, sizeof(char*) * nr_lines); in compiled_method_load_cb() 270 ret = fill_source_filenames(jvmti, nr_lines, line_tab, line_file_names); in compiled_method_load_cb() 298 if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names)) in compiled_method_load_cb() 314 while (line_file_names && (nr_lines > 0)) { in compiled_method_load_cb() 315 if (line_file_names[nr_lines - 1]) { in compiled_method_load_cb() 316 free(line_file_names[nr_lines - 1]); in compiled_method_load_cb() 320 free(line_file_names); in compiled_method_load_cb() [all...] |
Completed in 2 milliseconds