Add Python ftrace contextmanager (#285)

This commit is contained in:
Gautham 2021-10-13 23:30:25 +05:30 committed by GitHub
parent 425a57080d
commit d852640a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 82 additions and 20 deletions

View file

@ -34,6 +34,7 @@ extern unsigned char *__relo_start[]; /* αpε */
extern unsigned char *__relo_end[]; /* αpε */
extern uint8_t __zip_start[]; /* αpε */
extern uint8_t __zip_end[]; /* αpε */
extern bool ftrace_enabled;
void mcount(void);
unsigned long getauxval(unsigned long);