aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMiquel Raynal <[email protected]>2022-02-07 15:38:36 +0100
committerJonathan Cameron <[email protected]>2022-04-10 16:21:45 +0100
commit2f53b4adfede66f1bc1c8bb7efd7ced2bad1191a (patch)
tree5bd098c2ee269534ca9d48456eb32e27eed07fd8 /tools/perf/scripts/python
parent2da03b432ddfb7c914f3611c88f7feb5eebd3690 (diff)
iio: Un-inline iio_buffer_enabled()
As we are going to hide the currentmode inside the opaque structure, this helper would soon need to call a non-inline function which would simply drop the benefit of having the helper defined inline in a header. One alternative is to move this helper in the core as there is no more interest in defining it inline in a header. We will pay the minor cost either way. Let's do like the iio_device_id() helper which also refers to the opaque structure and gets defined in the core. Suggested-by: Jonathan Cameron <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions