Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/jvmti/
Dlibjvmti.c214 const jvmti_line_info_t * line_tab, in fill_source_filenames() argument
221 ret = get_source_filename(jvmti, line_tab[index].methodID, &(file_names[index])); in fill_source_filenames()
238 jvmti_line_info_t *line_tab = NULL; in compiled_method_load_cb() local
258 ret = get_line_numbers(jvmti, compile_info, &line_tab, &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… in compiled_method_load_cb()
313 free(line_tab); in compiled_method_load_cb()