aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-20perf cs-etm: Fix duplicated 'the' in commentJason Wang1-1/+1
2022-02-16perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark1-0/+2
2022-02-16perf cs-etm: No-op refactor of synth opt usageJames Clark1-9/+5
2021-11-13perf cs-etm: Print size using consistent formatAndrew Kilroy1-1/+1
2021-09-03perf cs-etm: Show a warning for an unknown magic numberJames Clark1-0/+5
2021-09-03perf cs-etm: Print the decoder nameJames Clark1-2/+2
2021-09-03perf cs-etm: Create ETE decoderJames Clark1-0/+18
2021-09-03perf cs-etm: Save TRCDEVARCH registerJames Clark1-2/+13
2021-08-09perf cs-etm: Add warnings for missing DSOsJames Clark1-1/+10
2021-08-02perf cs-etm: Pass unformatted flag to decoderJames Clark1-13/+40
2021-08-02perf cs-etm: Use existing decoder instead of resetting itJames Clark1-30/+7
2021-08-02perf cs-etm: Only setup queues when they are modifiedJames Clark1-40/+14
2021-08-02perf cs-etm: Split setup and timestamp search functionsJames Clark1-12/+29
2021-08-02perf cs-etm: Refactor initialisation of kernel start addressJames Clark1-5/+1
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark1-2/+18
2021-07-14perf cs-etm: Split Coresight decode by aux recordsJames Clark1-1/+167
2021-07-01perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark1-1/+5
2021-05-17perf cs-etm: Start reading 'Z' --itrace optionJames Clark1-0/+4
2021-05-17perf cs-etm: Move synth_opts initialisationJames Clark1-8/+8
2021-05-12perf cs-etm: Set time on synthesised samples to preserve orderingJames Clark1-2/+13
2021-05-12perf cs-etm: Refactor timestamp variable namesJames Clark1-22/+20
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-4/+4
2021-03-02perf cs-etm: Add helper cs_etm__get_pid_fmt()Leo Yan1-0/+42
2021-03-02perf cs-etm: Update ETM metadata formatMike Leach1-42/+193
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-05-05perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan1-0/+3
2020-04-16perf cs-etm: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+11
2020-03-11perf cs-etm: Fix unsigned variable comparison to zeroLeo Yan1-1/+1
2020-03-11perf cs-etm: Optimize copying last branchesLeo Yan1-5/+17
2020-03-11perf cs-etm: Correct synthesizing instruction samplesLeo Yan1-17/+70
2020-03-11perf cs-etm: Continuously record last branchLeo Yan1-3/+4
2020-03-11perf cs-etm: Swap packets for instruction samplesLeo Yan1-20/+19
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang1-0/+2
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-1/+1
2019-11-06perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan1-2/+2
2019-09-25libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-1/+1
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo1-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo1-0/+2
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+1
2019-08-31perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+2
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-1/+1
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.hJiri Olsa1-1/+1
2019-08-20perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan1-1/+34
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-10/+10
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-2/+2
2019-07-11perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()YueHaibing1-3/+7
2019-07-11perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_infoYueHaibing1-1/+1