Searched hist:"08 e9fa5f3663eaab20ea3430023d1dfbf60d29f5" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-core.c | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | coresight-etm3x-sysfs.c | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | coresight-catu.c | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | coresight-replicator.c | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | coresight-stm.c | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | coresight-core.c | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | coresight-priv.h | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | coresight-etb10.c | diff 08e9fa5f3663eaab20ea3430023d1dfbf60d29f5 Tue Aug 30 12:26:11 CDT 2022 James Clark <james.clark@arm.com> coresight: Re-use same function for similar sysfs register accessors
Currently each accessor macro creates an identical function which wastes space in the text area and pollutes the ftrace function names. Change it so that the same function is used, but the register to access is passed in as parameter rather than baked into each function.
Signed-off-by: James Clark <james.clark@arm.com> Reviewed-by: Mike Leach <mike.leach@linaro.org> Link: https://lore.kernel.org/r/20220830172614.340962-4-james.clark@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|