Hi, all
I’m checking perf-help subcommand and config ‘help.format’.
source code for them contain functionality for info and web
but functionality for info and web didn’t work well. ( there isn’t problems
about ‘man’ )
So, I’m trying to fix the bugs.
There is a function ‘open_html()’ on builtin-help.c as below.
408 static void open_html(const char *path)
409 {
410 execl_perf_cmd("web--browse", "-c", "help.browser", path, NULL);
411 }
excel_perf_cmd() function lastly call execvp(“perf”, (char **)nargv)
and then error messages like.
perf: 'web--browse' is not a perf-command.
Is this leftover from git source code ?
Thanks,
Taeung
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html