Options (3)
-d, --dirbooleanSpecify a custom directory for profiles
Example:
sudo aa-genprof {{[-d|--dir]}} /{{path/to/profiles}} {{program_path}}-f, --filebooleanSpecify a custom logfile for profiling
Example:
sudo aa-genprof {{[-f|--file]}} /{{path/to/logfile}} {{program_path}}-h, --helpbooleanDisplay help
Example:
aa-genprof {{[-h|--help]}}Examples (4)
Start generating a profile for a program
sudo aa-genprof program_pathSpecify a custom directory for profiles
sudo aa-genprof [-d|--dir] /path/to/profiles program_pathSpecify a custom logfile for profiling
sudo aa-genprof [-f|--file] /path/to/logfile program_pathDisplay help
aa-genprof [-h|--help]made by @shridhargupta | data from tldr-pages