summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c
Commit message (Expand)AuthorAgeFilesLines
* perf cs_etm: Set the time field in the synthetic samplesGerman Gomez2023-01-221-4/+79
* perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez2023-01-221-6/+6
* perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark2022-12-141-163/+7
* perf cs-etm: Cleanup cs_etm__process_auxtrace_info()James Clark2022-12-141-17/+9
* perf cs-etm: Tidy up auxtrace info header printingJames Clark2022-12-141-18/+10
* perf cs-etm: Print unknown header version as an errorJames Clark2022-12-141-10/+2
* perf cs-etm: Fix duplicated 'the' in commentJason Wang2022-07-201-1/+1
* perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark2022-02-161-0/+2
* perf cs-etm: No-op refactor of synth opt usageJames Clark2022-02-161-9/+5
* perf cs-etm: Print size using consistent formatAndrew Kilroy2021-11-131-1/+1
* perf cs-etm: Show a warning for an unknown magic numberJames Clark2021-09-031-0/+5
* perf cs-etm: Print the decoder nameJames Clark2021-09-031-2/+2
* perf cs-etm: Create ETE decoderJames Clark2021-09-031-0/+18
* perf cs-etm: Save TRCDEVARCH registerJames Clark2021-09-031-2/+13
* perf cs-etm: Add warnings for missing DSOsJames Clark2021-08-091-1/+10
* perf cs-etm: Pass unformatted flag to decoderJames Clark2021-08-021-13/+40
* perf cs-etm: Use existing decoder instead of resetting itJames Clark2021-08-021-30/+7
* perf cs-etm: Only setup queues when they are modifiedJames Clark2021-08-021-40/+14
* perf cs-etm: Split setup and timestamp search functionsJames Clark2021-08-021-12/+29
* perf cs-etm: Refactor initialisation of kernel start addressJames Clark2021-08-021-5/+1
* perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark2021-07-271-2/+18
* perf cs-etm: Split Coresight decode by aux recordsJames Clark2021-07-141-1/+167
* perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark2021-07-011-1/+5
* perf cs-etm: Start reading 'Z' --itrace optionJames Clark2021-05-171-0/+4
* perf cs-etm: Move synth_opts initialisationJames Clark2021-05-171-8/+8
* perf cs-etm: Set time on synthesised samples to preserve orderingJames Clark2021-05-121-2/+13
* perf cs-etm: Refactor timestamp variable namesJames Clark2021-05-121-22/+20
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-4/+4
* perf cs-etm: Add helper cs_etm__get_pid_fmt()Leo Yan2021-03-021-0/+42
* perf cs-etm: Update ETM metadata formatMike Leach2021-03-021-42/+193
* perf cs-etm: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-05-051-0/+3
* perf cs-etm: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+11
* perf cs-etm: Fix unsigned variable comparison to zeroLeo Yan2020-03-111-1/+1
* perf cs-etm: Optimize copying last branchesLeo Yan2020-03-111-5/+17
* perf cs-etm: Correct synthesizing instruction samplesLeo Yan2020-03-111-17/+70
* perf cs-etm: Continuously record last branchLeo Yan2020-03-111-3/+4
* perf cs-etm: Swap packets for instruction samplesLeo Yan2020-03-111-20/+19
* perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-091-0/+2
* perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-261-1/+1
* perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan2019-11-061-2/+2
* libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-251-1/+1
* perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo2019-09-201-0/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2019-08-311-0/+2
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+2
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-1/+1
* libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa2019-08-291-1/+1