summaryrefslogtreecommitdiff
path: root/tools/perf/util/jitdump.c
AgeCommit message (Expand)Author
2023-10-12perf jitdump: Avoid memory leakIan Rogers
2023-06-12perf jit: Fix two thread leaksIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-04-04perf jit: Fix a few memory leaksIan Rogers
2022-10-06perf jit: Remove unused struct debug_line_infoYuan Can
2022-08-10perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers
2021-04-29perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan
2021-02-03perf inject jit: Add namespaces supportYonatan Goldschmidt
2020-09-22perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan
2020-07-08perf inject jit: Remove //anon mmap eventsSteve MacLean
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2019-09-30perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-09-20perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-01-25perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo
2018-12-17perf tools: Fix diverse comment typosIngo Molnar
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