index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
sort.h
Age
Commit message (
Expand
)
Author
2010-08-22
perf: Keep track of the max depth of a callchain
Frederic Weisbecker
2010-07-27
perf ui: New hists tree widget
Arnaldo Carvalho de Melo
2010-07-23
perf sort: Make column width code per hists instance
Arnaldo Carvalho de Melo
2010-06-05
perf report: Implement --sort cpu
Arun Sharma
2010-05-17
perf options: Type check all the remaining OPT_ variants
Arnaldo Carvalho de Melo
2010-05-14
perf report: Report number of events, not samples
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-04-19
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin
2010-04-14
perf tools: Fix accidentally preprocessed snprintf callback
Frederic Weisbecker
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-02
perf hist: Only allocate callchain_node if processing callchains
Arnaldo Carvalho de Melo
2010-04-02
perf hist: Replace ->print() routines by ->snprintf() equivalents
Arnaldo Carvalho de Melo
2010-03-26
perf tools: Introduce struct map_symbol
Arnaldo Carvalho de Melo
2009-12-16
perf diff: Use perf_session__fprintf_hists just like 'perf record'
Arnaldo Carvalho de Melo
2009-12-15
perf diff: Introduce tool to show performance difference
Arnaldo Carvalho de Melo
2009-12-15
perf util: Remove setup_sorting dups
Arnaldo Carvalho de Melo
2009-10-23
perf tools: Bind callchains to the first sort dimension column
Frederic Weisbecker
2009-10-23
perf tools: Fix missing top level callchain
Frederic Weisbecker
2009-10-02
perf tools: Rewrite and improve support for kernel modules
Arnaldo Carvalho de Melo
2009-09-24
perf tools: Create util/sort.and use it
John Kacur