summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/jitdump.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-5/+5
|/
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-191-1/+0
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo2017-04-191-1/+2
* perf jit: Check JITHEADER_VERSIONStefano Sanfilippo2016-10-241-0/+6
* perf jit: Generate .eh_frame/.eh_frame_hdr in DSOStefano Sanfilippo2016-10-241-3/+8
* perf jit: Add unwinding supportStefano Sanfilippo2016-10-241-3/+54
* perf jit: Make perf skip unknown recordsStefano Sanfilippo2016-10-241-3/+3
* perf jit: Avoid returning garbage for a ret variableArnaldo Carvalho de Melo2016-10-241-1/+1
* perf jitdump: Add the right header to get the major()/minor() definitionsArnaldo Carvalho de Melo2016-08-151-0/+1
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-1/+1
* perf jit: memset() variable 'st' using the correct sizeColin Ian King2016-04-191-2/+2
* perf jit: Add support for using TSC as a timestampAdrian Hunter2016-04-011-5/+32
* perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-291-0/+2
* perf jit: Move clockid validationAdrian Hunter2016-03-081-0/+23
* perf jit: Let jit_process() return errorsAdrian Hunter2016-03-081-2/+4
* perf jit: add source line info supportStephane Eranian2016-02-051-3/+5
* perf inject: Add jitdump mmap injection supportStephane Eranian2016-02-051-0/+670