index
:
linux-bcache.git
acall
aio
aio-attributes-upstream
aio-fix
aio-ida
aio-new-abi
bcache-3.10-stable
bcache-continue-on-btree-node-error
bcache-dev-february
bcache-dev-wip
bcache-transactions
bcache-vmalloc-fallback
bcache_uuid_debug
bcachefs-v0
blk-flush-torture-test
block_discard_fix
block_stuff
block_stuff_1
dynamic_faults
idr
idr-array-alloc
idr-performance-hacks
pagecache_iter
pagecache_iter-4.6
per-cpu-tags
percpu-ida
percpu-tag-allocator
rbtree
treebitvec
wait_events
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
newt.c
Age
Commit message (
Expand
)
Author
2010-05-17
perf tui: Add workaround for slang < 2.1.4
Arnaldo Carvalho de Melo
2010-05-16
perf tui: Add help window to show key associations
Arnaldo Carvalho de Melo
2010-05-16
perf tui: Make <- exit menus too
Arnaldo Carvalho de Melo
2010-05-15
perf newt: Add single key shortcuts for zoom into DSO and threads
Arnaldo Carvalho de Melo
2010-05-15
perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed
Arnaldo Carvalho de Melo
2010-05-15
perf newt: Fix the 'A'/'a' shortcut for annotate
Arnaldo Carvalho de Melo
2010-05-15
perf newt: Make <- exit the ui_browser
Arnaldo Carvalho de Melo
2010-05-14
perf newt: Make <- zoom out filters
Arnaldo Carvalho de Melo
2010-05-14
perf report: Report number of events, not samples
Arnaldo Carvalho de Melo
2010-05-14
perf hist: Clarify events_stats fields usage
Arnaldo Carvalho de Melo
2010-05-11
perf report: Librarize the annotation code and use it in the newt browser
Arnaldo Carvalho de Melo
2010-05-11
perf ui: Add ui_helpline methods
Arnaldo Carvalho de Melo
2010-05-11
perf hist: Adopt filter by dso and by thread methods from the newt browser
Arnaldo Carvalho de Melo
2010-05-10
perf newt: Use newtAddComponent()
Arnaldo Carvalho de Melo
2010-04-08
perf TUI: Move "Yes" button to before "No"
Arnaldo Carvalho de Melo
2010-04-08
perf TUI: Show filters on the title and add help line about how to zoom out
Arnaldo Carvalho de Melo
2010-04-03
perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operations
Arnaldo Carvalho de Melo
2010-04-03
perf newt: Add a "Zoom into foo.so DSO" and reverse operations
Arnaldo Carvalho de Melo
2010-04-03
perf newt: Pass the input_name to perf_session__browse_hists
Arnaldo Carvalho de Melo
2010-04-03
perf newt: Move the hist browser population bits to separare function
Arnaldo Carvalho de Melo
2010-04-03
perf newt: Remove useless column width calculation
Arnaldo Carvalho de Melo
2010-04-02
perf hist: Replace ->print() routines by ->snprintf() equivalents
Arnaldo Carvalho de Melo
2010-04-02
perf report: Add progress bars
Arnaldo Carvalho de Melo
2010-03-26
perf report: Pass the DSO to 'perf annotate'
Arnaldo Carvalho de Melo
2010-03-26
perf callchains: Store the map together with the symbol
Arnaldo Carvalho de Melo
2010-03-26
perf tools: Introduce struct map_symbol
Arnaldo Carvalho de Melo
2010-03-26
perf report: Add a popup menu to ask what operation is to be performed
Arnaldo Carvalho de Melo
2010-03-22
perf report: Implement Newt callgraphs
Arnaldo Carvalho de Melo
2010-03-22
perf newt: Properly restore the screen when error exiting
Arnaldo Carvalho de Melo
2010-03-15
perf annotate: Properly notify the user that vmlinux is missing
Arnaldo Carvalho de Melo
2010-03-13
perf tools: Fix non-newt build
Arnaldo Carvalho de Melo
2010-03-12
perf newt: Use newtGetScreenSize
Arnaldo Carvalho de Melo
2010-03-12
perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms
Arnaldo Carvalho de Melo
2010-03-12
perf report: Implement initial UI using newt
Arnaldo Carvalho de Melo