summaryrefslogtreecommitdiffstats
path: root/tools/perf/jvmti
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* perf jvmti: Remove redundant jitdump line table entriesNick Gasson2020-05-291-45/+33
* perf jvmti: Do not report error when missing debug informationNick Gasson2020-05-281-2/+11
* perf jvmti: Fix jitdump for methods without debug infoNick Gasson2020-05-281-11/+0
* perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter2019-10-151-1/+5
* perf jvmti: Link against tools/lib/string.o to have weak strlcpy()Arnaldo Carvalho de Melo2019-09-201-0/+9
* tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo2019-06-171-0/+2
* perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa2019-06-051-2/+2
* perf jvmti: Separate jvmti cmlr checkJiri Olsa2018-11-211-0/+12
* perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-051-11/+38
* perf tools: Fix compilation errors on gcc8Jiri Olsa2018-07-111-1/+2
* perf jvmti: Generate correct debug information for inlined codeBen Gainey2017-12-183-36/+134
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* perf jit: fix typo: "incalid" -> "invalid"Colin Ian King2017-06-271-1/+1
* perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo2017-06-192-4/+3
* perf kvmti: Remove unused Makefile fileJiri Olsa2016-11-141-89/+0
* perf jvmti: Plug compilation into perf buildJiri Olsa2016-11-141-0/+8
* perf jit: Remove unecessary padding in jitdump fileStephane Eranian2016-10-241-37/+1
* perf jit: Improve error messages from JVMTIStephane Eranian2016-10-241-10/+29
* perf jit: Fix build issue on UbuntuAnton Blanchard2016-10-171-1/+1
* perf jit: Remove some no-op error handlingDan Carpenter2016-07-181-6/+1
* perf jit: Add missing curly bracesDan Carpenter2016-07-181-1/+2
* perf jit: Add support for using TSC as a timestampAdrian Hunter2016-04-011-2/+41
* perf jvmti: improve error message in MakefileStephane Eranian2016-02-251-4/+13
* perf jvmti: Add check for java alternatives cmd in MakefileStephane Eranian2016-02-161-1/+5
* perf jit: add source line info supportStephane Eranian2016-02-053-31/+134
* perf tools: add JVMTI agent libraryStephane Eranian2016-02-054-0/+778