aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/jvmti/libjvmti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29perf jvmti: Remove redundant jitdump line table entriesNick Gasson1-45/+33
2020-05-28perf jvmti: Do not report error when missing debug informationNick Gasson1-2/+11
2020-05-28perf jvmti: Fix jitdump for methods without debug infoNick Gasson1-11/+0
2019-06-05perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa1-2/+2
2018-11-21perf jvmti: Separate jvmti cmlr checkJiri Olsa1-0/+12
2017-12-18perf jvmti: Generate correct debug information for inlined codeBen Gainey1-25/+122
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-19perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo1-2/+3
2016-10-24perf jit: Improve error messages from JVMTIStephane Eranian1-10/+29
2016-02-05perf jit: add source line info supportStephane Eranian1-13/+109
2016-02-05perf tools: add JVMTI agent libraryStephane Eranian1-0/+208