diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2020-03-09 16:53:41 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-03-11 10:48:44 -0300 |
| commit | bdadd647cbf7b6e7f5d5891bd4e711292793cf23 (patch) | |
| tree | 81f22b44fc458f323b528441ff4ec09de22adfd2 /drivers/media/platform/vimc/vimc-sensor.c | |
| parent | b8fdcfb5a17f1d4fd503caef5c457005a765ecd7 (diff) | |
perf map: Use strstarts() to look for Android libraries
And add the '/' to avoid looking at things like "/system/libsomething",
when all we want to know if it is like "/system/lib/something", i.e. if
it is in that system library dir.
Using strstarts() avoids off-by-one errors like recently fixed in this
file.
Since this adds the '/' I separated this patch, another patch will make
this consistent by removing other strncmp(str, prefix, manually
calculated prefix length) usage.
Reported-by: Dominik Czarnota <[email protected]>
Acked-by: Dominik Czarnota <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: Link: http://lore.kernel.org/lkml/CABEVAa0_q-uC0vrrqpkqRHy_9RLOSXOJxizMLm1n5faHRy2AeA@mail.gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'drivers/media/platform/vimc/vimc-sensor.c')
0 files changed, 0 insertions, 0 deletions