summaryrefslogtreecommitdiff
path: root/tools/perf/util/cs-etm.c
AgeCommit message (Expand)Author
2023-05-02perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark
2023-04-24perf cs-etm: Use bool type for boolean valuesJames Clark
2023-04-24perf cs-etm: Fix timeless decode mode detectionJames Clark
2023-04-18perf cs-etm: Fix segfault in dso lookupJames Clark
2023-04-10perf util: Move perf_guest/host declarationsIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach
2023-04-04perf cs-etm: Move mapping of Trace ID and cpu into helper functionMike Leach
2023-01-22perf cs_etm: Set the time field in the synthetic samplesGerman Gomez
2023-01-22perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez
2022-12-14perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark
2022-12-14perf cs-etm: Cleanup cs_etm__process_auxtrace_info()James Clark
2022-12-14perf cs-etm: Tidy up auxtrace info header printingJames Clark
2022-12-14perf cs-etm: Print unknown header version as an errorJames Clark
2022-07-20perf cs-etm: Fix duplicated 'the' in commentJason Wang
2022-02-16perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark
2022-02-16perf cs-etm: No-op refactor of synth opt usageJames Clark
2021-11-13perf cs-etm: Print size using consistent formatAndrew Kilroy
2021-09-03perf cs-etm: Show a warning for an unknown magic numberJames Clark
2021-09-03perf cs-etm: Print the decoder nameJames Clark
2021-09-03perf cs-etm: Create ETE decoderJames Clark
2021-09-03perf cs-etm: Save TRCDEVARCH registerJames Clark
2021-08-09perf cs-etm: Add warnings for missing DSOsJames Clark
2021-08-02perf cs-etm: Pass unformatted flag to decoderJames Clark
2021-08-02perf cs-etm: Use existing decoder instead of resetting itJames Clark
2021-08-02perf cs-etm: Only setup queues when they are modifiedJames Clark
2021-08-02perf cs-etm: Split setup and timestamp search functionsJames Clark
2021-08-02perf cs-etm: Refactor initialisation of kernel start addressJames Clark
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark
2021-07-14perf cs-etm: Split Coresight decode by aux recordsJames Clark
2021-07-01perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark
2021-05-17perf cs-etm: Start reading 'Z' --itrace optionJames Clark
2021-05-17perf cs-etm: Move synth_opts initialisationJames Clark
2021-05-12perf cs-etm: Set time on synthesised samples to preserve orderingJames Clark
2021-05-12perf cs-etm: Refactor timestamp variable namesJames Clark
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-02perf cs-etm: Add helper cs_etm__get_pid_fmt()Leo Yan
2021-03-02perf cs-etm: Update ETM metadata formatMike Leach
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant
2020-05-05perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan
2020-04-16perf cs-etm: Implement ->evsel_is_auxtrace() callbackAdrian Hunter
2020-03-11perf cs-etm: Fix unsigned variable comparison to zeroLeo Yan
2020-03-11perf cs-etm: Optimize copying last branchesLeo Yan
2020-03-11perf cs-etm: Correct synthesizing instruction samplesLeo Yan
2020-03-11perf cs-etm: Continuously record last branchLeo Yan
2020-03-11perf cs-etm: Swap packets for instruction samplesLeo Yan
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo