aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/jvmti
AgeCommit message (Expand)AuthorFilesLines
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2020-05-29perf jvmti: Remove redundant jitdump line table entriesGravatar Nick Gasson 1-45/+33
2020-05-28perf jvmti: Do not report error when missing debug informationGravatar Nick Gasson 1-2/+11
2020-05-28perf jvmti: Fix jitdump for methods without debug infoGravatar Nick Gasson 1-11/+0
2019-10-15perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Gravatar Thomas Richter 1-1/+5
2019-09-20perf jvmti: Link against tools/lib/string.o to have weak strlcpy()Gravatar Arnaldo Carvalho de Melo 1-0/+9
2019-06-17tools build: Check if gettid() is available before providing helperGravatar Arnaldo Carvalho de Melo 1-0/+2
2019-06-05perf jvmti: Address gcc string overflow warning for strncpy()Gravatar Jiri Olsa 1-2/+2
2018-11-21perf jvmti: Separate jvmti cmlr checkGravatar Jiri Olsa 1-0/+12
2018-11-05perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGravatar Gustavo Romero 1-11/+38
2018-07-11perf tools: Fix compilation errors on gcc8Gravatar Jiri Olsa 1-1/+2
2017-12-18perf jvmti: Generate correct debug information for inlined codeGravatar Ben Gainey 3-36/+134
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-06-27perf jit: fix typo: "incalid" -> "invalid"Gravatar Colin Ian King 1-1/+1
2017-06-19perf tools: Use __maybe_unused consistentlyGravatar Arnaldo Carvalho de Melo 2-4/+3
2016-11-14perf kvmti: Remove unused Makefile fileGravatar Jiri Olsa 1-89/+0
2016-11-14perf jvmti: Plug compilation into perf buildGravatar Jiri Olsa 1-0/+8
2016-10-24perf jit: Remove unecessary padding in jitdump fileGravatar Stephane Eranian 1-37/+1
2016-10-24perf jit: Improve error messages from JVMTIGravatar Stephane Eranian 1-10/+29
2016-10-17perf jit: Fix build issue on UbuntuGravatar Anton Blanchard 1-1/+1
2016-07-18perf jit: Remove some no-op error handlingGravatar Dan Carpenter 1-6/+1
2016-07-18perf jit: Add missing curly bracesGravatar Dan Carpenter 1-1/+2
2016-04-01perf jit: Add support for using TSC as a timestampGravatar Adrian Hunter 1-2/+41
2016-02-25perf jvmti: improve error message in MakefileGravatar Stephane Eranian 1-4/+13
2016-02-16perf jvmti: Add check for java alternatives cmd in MakefileGravatar Stephane Eranian 1-1/+5
2016-02-05perf jit: add source line info supportGravatar Stephane Eranian 3-31/+134
2016-02-05perf tools: add JVMTI agent libraryGravatar Stephane Eranian 4-0/+778