summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/jitdump.c
Commit message (Expand)AuthorAgeFilesLines
* perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-291-10/+20
* perf inject jit: Add namespaces supportYonatan Goldschmidt2021-02-031-19/+65
* perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-221-5/+9
* perf inject jit: Remove //anon mmap eventsSteve MacLean2020-07-081-1/+30
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean2019-09-301-3/+3
* libperf: Add perf_evlist__first()/last() functionsJiri Olsa2019-09-251-1/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo2019-09-201-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-2/+2
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-2/+2
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-4/+3
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo2019-01-251-0/+1
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* 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