summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Fix address sanitizer buildIan Rogers2024-07-121-5/+5
* perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versionsJames Clark2024-05-071-1/+4
* perf cs-etm: Enable itrace option 'T'Leo Yan2023-11-271-3/+18
* perf cs-etm: Fix incorrect or missing decoder for raw traceBesar Wicaksono2023-10-121-41/+65
* perf cs-etm: Don't duplicate FIELD_GET()James Clark2023-08-151-12/+2
* perf cs-etm: Add exception level consistency checkJames Clark2023-06-121-11/+30
* perf cs-etm: Track exception levelJames Clark2023-06-121-16/+60
* perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark2023-06-121-16/+26
* perf cs-etm: Use previous thread for branch sample source IPJames Clark2023-06-121-2/+15
* perf cs-etm: Only track threads instead of PID and TIDsJames Clark2023-06-121-80/+38
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-8/+12
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* perf thread: Remove notion of dead threadsIan Rogers2023-06-121-6/+0
* perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni2023-05-021-1/+23
* perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark2023-04-241-38/+124
* perf cs-etm: Use bool type for boolean valuesJames Clark2023-04-241-4/+4
* perf cs-etm: Fix timeless decode mode detectionJames Clark2023-04-241-12/+18
* perf cs-etm: Fix segfault in dso lookupJames Clark2023-04-181-2/+4
* perf util: Move perf_guest/host declarationsIan Rogers2023-04-111-0/+1
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-071-1/+1
* perf map: Add accessor for dsoIan Rogers2023-04-041-7/+10
* perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach2023-04-041-18/+228
* perf cs-etm: Move mapping of Trace ID and cpu into helper functionMike Leach2023-04-041-32/+60
* 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