Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf top: Fix live annotation in the --stdio interface perf top tui: Don't recalc column widths considering just the first page perf report: Add progress bar when processing time ordered events perf hists browser: Warn about lost events perf tools: Fix a typo of command name as trace-cmd perf hists: Fix recalculation of total_period when sorting entries perf header: Fix build on old systems perf ui browser: Handle K_RESIZE in dialog windows perf ui browser: No need to switch char sets that often perf hists browser: Use K_TIMER perf ui: Rename ui__warning_paranoid to ui__error_paranoid perf ui: Reimplement the popup windows using libslang perf ui: Reimplement ui__popup_menu using ui__browser perf ui: Reimplement ui_helpline using libslang perf ui: Improve handling sigwinch a bit perf ui progress: Reimplement using slang perf evlist: Fix grouping of multiple events
Showing
- tools/perf/builtin-record.c 10 additions, 3 deletionstools/perf/builtin-record.c
- tools/perf/builtin-stat.c 14 additions, 6 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-test.c 3 additions, 3 deletionstools/perf/builtin-test.c
- tools/perf/builtin-top.c 38 additions, 16 deletionstools/perf/builtin-top.c
- tools/perf/util/annotate.c 6 additions, 3 deletionstools/perf/util/annotate.c
- tools/perf/util/debug.c 4 additions, 3 deletionstools/perf/util/debug.c
- tools/perf/util/debug.h 6 additions, 11 deletionstools/perf/util/debug.h
- tools/perf/util/evlist.c 30 additions, 0 deletionstools/perf/util/evlist.c
- tools/perf/util/evlist.h 2 additions, 0 deletionstools/perf/util/evlist.h
- tools/perf/util/evsel.c 31 additions, 12 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 7 additions, 3 deletionstools/perf/util/evsel.h
- tools/perf/util/header.c 1 addition, 1 deletiontools/perf/util/header.c
- tools/perf/util/hist.c 1 addition, 2 deletionstools/perf/util/hist.c
- tools/perf/util/hist.h 1 addition, 0 deletionstools/perf/util/hist.h
- tools/perf/util/python.c 30 additions, 1 deletiontools/perf/util/python.c
- tools/perf/util/session.c 34 additions, 12 deletionstools/perf/util/session.c
- tools/perf/util/session.h 1 addition, 0 deletionstools/perf/util/session.h
- tools/perf/util/top.h 0 additions, 1 deletiontools/perf/util/top.h
- tools/perf/util/trace-event-info.c 1 addition, 1 deletiontools/perf/util/trace-event-info.c
- tools/perf/util/ui/browser.c 101 additions, 50 deletionstools/perf/util/ui/browser.c
Loading
Please register or sign in to comment