Commit Graph

1097 Commits (01eebb53a65996dfbfb892bf5eb21ae831fbe3a6)

Author SHA1 Message Date
Arnaldo Carvalho de Melo c4fe52a8ee perf tui: Fix last use_browser problem related to .perfconfig 15 years ago
Arnaldo Carvalho de Melo 5ad90e4ea4 perf symbols: Add the build id cache to the vmlinux path 15 years ago
Arnaldo Carvalho de Melo 62e3436b5f perf tui: Reset use_browser if stdout is not a tty 15 years ago
Arnaldo Carvalho de Melo d67f088e08 perf report: Support multiple events on the TUI 15 years ago
Arnaldo Carvalho de Melo 44bf460649 perf annotate: Fix up usage of the build id cache 15 years ago
Arnaldo Carvalho de Melo 46e3e055ce perf annotate: Add TUI interface 15 years ago
Arnaldo Carvalho de Melo 6e78c9fd1b perf tui: Remove annotate from popup menu after failure 15 years ago
Arnaldo Carvalho de Melo 0e8dc25974 perf report: Don't start the TUI if -D is used 15 years ago
Frederic Weisbecker 598357eba6 perf: Fix getline undeclared 15 years ago
Peter Zijlstra 0e2e63dd60 perf-record: Share per-cpu buffers 15 years ago
Peter Zijlstra 57adc51dce perf-record: Remove -M 15 years ago
Arnaldo Carvalho de Melo 5d06e6915b perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig 15 years ago
Russ Anderson ef365cefbc perf record: remove unneeded gettimeofday() call 15 years ago
Arnaldo Carvalho de Melo b36f19d572 perf annotate: Use build-ids to find the right DSO 15 years ago
Arnaldo Carvalho de Melo 17930b405e perf TUI: Make 'space' be an alias to 'PgDn' 15 years ago
Frederic Weisbecker 85cb68b27c perf: Fix unaligned accesses while fetching trace values 15 years ago
Tom Zanussi cbb5cf7ff6 perf: Use read() instead of lseek() in trace_event_read.c:skip() 15 years ago
Arnaldo Carvalho de Melo f869097e88 perf session: Make read_build_id routines look at the host_machine too 15 years ago
Arnaldo Carvalho de Melo f6e1467d83 perf symbols: Don't try to read the build-id twice 15 years ago
Arnaldo Carvalho de Melo 151f85a471 perf tools: remove xstrndup, xmalloc, xzalloc 15 years ago
Arnaldo Carvalho de Melo 8a7ddad8e7 perf probe: Don't call die() 15 years ago
Arnaldo Carvalho de Melo b448c4b613 perf probe: Fix some error exit paths 15 years ago
Arnaldo Carvalho de Melo a41794cdd7 perf tools: Remove some unused functions 15 years ago
Stephane Eranian 5af52b51f7 perf stat: add perf stat -B to pretty print large numbers 15 years ago
Arnaldo Carvalho de Melo 32ec6acfdc perf tui: Fix build problem with slang <= 2.0.6 15 years ago
Masami Hiramatsu 7752f1b096 perf probe: Don't compile CFI related code if elfutils is old 15 years ago
Arnaldo Carvalho de Melo 94f3ca9578 perf tools: Add mode to build without newt support 15 years ago
Arnaldo Carvalho de Melo 2f51903bc3 perf symbols: symbol inconsistency message should be done only at verbose=1 15 years ago
Arnaldo Carvalho de Melo 63aa9e7e3a perf tui: Add explicit -lslang option 15 years ago
Arnaldo Carvalho de Melo edb7c60e27 perf options: Type check all the remaining OPT_ variants 15 years ago
Arnaldo Carvalho de Melo 8035458fbb perf options: Type check OPT_BOOLEAN and fix the offenders 15 years ago
Arnaldo Carvalho de Melo 1967936d68 perf options: Check v type in OPT_U?INTEGER 15 years ago
Arnaldo Carvalho de Melo c100edbee8 perf options: Introduce OPT_UINTEGER 15 years ago
Arnaldo Carvalho de Melo dc4ff19341 perf tui: Add workaround for slang < 2.1.4 15 years ago
Stephane Eranian 3de29cab1f perf record: Fix bug mismatch with -c option definition 15 years ago
Arnaldo Carvalho de Melo 6ba85cea87 perf options: Introduce OPT_U64 15 years ago
Arnaldo Carvalho de Melo a9a4ab747e perf tui: Add help window to show key associations 15 years ago
Arnaldo Carvalho de Melo a308f3a868 perf tui: Make <- exit menus too 15 years ago
Arnaldo Carvalho de Melo 9d192e118a perf newt: Add single key shortcuts for zoom into DSO and threads 15 years ago
Arnaldo Carvalho de Melo 29351db6a0 perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed 15 years ago
Arnaldo Carvalho de Melo c1ec5fefd9 perf newt: Fix the 'A'/'a' shortcut for annotate 15 years ago
Arnaldo Carvalho de Melo 605539034f perf newt: Make <- exit the ui_browser 15 years ago
Arnaldo Carvalho de Melo 3e1bbdc3a7 perf newt: Make <- zoom out filters 15 years ago
Arnaldo Carvalho de Melo c82ee828aa perf report: Report number of events, not samples 15 years ago
Arnaldo Carvalho de Melo cee75ac7ec perf hist: Clarify events_stats fields usage 15 years ago
Arnaldo Carvalho de Melo c8446b9bda perf hist: Make event__totals per hists 15 years ago
Kirill Smelkov 5d2be7cb19 perf trace scripts: Fix typos in perf-trace-python.txt 15 years ago
Stephane Eranian 2e6cdf996b perf tools: change event inheritance logic in stat and record 15 years ago
Frederic Weisbecker 8a0ecfb8b4 perf hist: Fix missing getline declaration 15 years ago
Frederic Weisbecker 8769e1c717 perf hist: Fix hists__browse no-newt case 15 years ago