aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-tmc-etr.c
AgeCommit message (Expand)Author
2024-02-12coresight: Add helper for setting csdev->modeJames Clark
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark
2024-02-12coresight: Remove atomic type from refcntJames Clark
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark
2023-11-16coresight: tmc: Make etr buffer mode user configurable from sysfsAnshuman Khandual
2023-09-20coresight: tmc-etr: Disable warnings for allocation failuresSuzuki K Poulose
2023-09-15coresight: Fix run time warnings while reusing ETR bufferLinu Cherian
2023-08-04coresight: tmc: Explicit type conversions to prevent integer overflowRuidong Tian
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark
2023-06-05coresight: Refactor out buffer allocation function for ETRJames Clark
2023-06-05coresight: Make refcount a property of the connectionJames Clark
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark
2023-06-05coresight: Rename connection members to make the direction explicitJames Clark
2023-06-05coresight: Rename nr_outports to nr_outconnsJames Clark
2023-06-05coresight: Change name of pdata->connsJames Clark
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark
2023-05-11coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()Dan Carpenter
2023-01-30coresight: tmc: Don't enable TMC when it's not ready.Yabin Cui
2021-10-27coresight: tmc-etr: Speed up for bounce buffer in flat modeLeo Yan
2021-10-27coresight: Update comments for removing cs_etm_find_snapshot()Leo Yan
2021-10-27coresight: tmc-etr: Use perf_output_handle::head for AUX ring bufferLeo Yan
2021-10-27coresight: tmc-etr: Add barrier after updating AUX ring bufferLeo Yan
2021-10-27coresight: tmc: Configure AXI write burst sizeTanmay Jagdale
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose
2020-12-08coresight: tmc-etr: Fix barrier packet insertion for perf bufferSuzuki K Poulose
2020-11-27coresight: tmc-etr: Check if page is valid before dma_map_page()Mao Jinlong
2020-11-27coresight: tmc-etr: Assign boolean values to a bool variableKaixu Xia
2020-09-28coresight: tmc-etr: Add function to register catu opsMian Yousaf Kaukab
2020-09-28coresight: Export global symbolsMian Yousaf Kaukab
2020-07-21coresight: tmc: Add shutdown callback for TMC ETRSai Prakash Ranjan
2019-09-03coresight: tmc-etr: Add barrier packets when moving offset forwardMathieu Poirier
2019-09-03coresight: tmc-etr: Decouple buffer sync and barrier packet insertionMathieu Poirier
2019-09-03coresight: tmc-etr: Fix perf_data checkYabin Cui
2019-09-03coresight: tmc-etr: Fix updating buffer in not-snapshot mode.Yabin Cui
2019-09-03coresight: tmc-etr: Handle memory errorsSuzuki K Poulose
2019-09-03coresight: etr_buf: Consolidate refcount initializationSuzuki K Poulose
2019-07-03coresight: tmc: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose
2019-07-03coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt...Suzuki K Poulose
2019-07-03coresight: tmc-etr: Do not call smp_processor_id() from preemptibleSuzuki K Poulose
2019-06-20coresight: Reuse platform data structure for connection trackingSuzuki K Poulose
2019-06-19coresight: tmc: Clean up device specific dataSuzuki K Poulose
2019-06-19coresight: perf: Don't set the truncated flag in snapshot modeMathieu Poirier
2019-06-19coresight: tmc-etr: Properly set AUX buffer head in snapshot modeMathieu Poirier
2019-04-25coresight: tmc-etr: Add support for CPU-wide trace scenariosMathieu Poirier
2019-04-25coresight: tmc-etr: Allocate and free ETR memory buffers for CPU-wide scenariosMathieu Poirier
2019-04-25coresight: tmc-etr: Introduce the notion of reference counting to ETR devicesMathieu Poirier
2019-04-25coresight: tmc-etr: Introduce the notion of process ID to ETR devicesMathieu Poirier
2019-04-25coresight: tmc-etr: Create per-thread buffer allocation functionMathieu Poirier
2019-04-25coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf()Mathieu Poirier
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier