[PATCH V2 2/5] Add dso__is_pie prototype

Steve Clevenger scclevenger at os.amperecomputing.com
Mon Aug 26 14:35:55 PDT 2024


Changes in V2:
  - Updated mailing list distribution

Add prototype to dso__is_pie() global.

Signed-off-by: Steve Clevenger <scclevenger at os.amperecomputing.com>
---
 tools/perf/util/symbol.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index 3fb5d146d9b1..33ea2596ce31 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -127,6 +127,7 @@ void dso__insert_symbol(struct dso *dso,
 			struct symbol *sym);
 void dso__delete_symbol(struct dso *dso,
 			struct symbol *sym);
+bool dso__is_pie(struct dso *dso);
 
 struct symbol *dso__find_symbol(struct dso *dso, u64 addr);
 struct symbol *dso__find_symbol_nocache(struct dso *dso, u64 addr);
-- 
2.25.1




More information about the linux-arm-kernel mailing list