mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Add Python ftrace contextmanager (#285)
This commit is contained in:
parent
425a57080d
commit
d852640a1e
3 changed files with 82 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue