aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/jitdump.c
AgeCommit message (Expand)Author
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo
2016-10-24perf jit: Check JITHEADER_VERSIONStefano Sanfilippo
2016-10-24perf jit: Generate .eh_frame/.eh_frame_hdr in DSOStefano Sanfilippo
2016-10-24perf jit: Add unwinding supportStefano Sanfilippo
2016-10-24perf jit: Make perf skip unknown recordsStefano Sanfilippo
2016-10-24perf jit: Avoid returning garbage for a ret variableArnaldo Carvalho de Melo
2016-08-15perf jitdump: Add the right header to get the major()/minor() definitionsArnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-04-19perf jit: memset() variable 'st' using the correct sizeColin Ian King
2016-04-01perf jit: Add support for using TSC as a timestampAdrian Hunter
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo
2016-03-08perf jit: Move clockid validationAdrian Hunter
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter
2016-02-05perf jit: add source line info supportStephane Eranian
2016-02-05perf inject: Add jitdump mmap injection supportStephane Eranian