index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
sort.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Move weight back to common sort keys
Andi Kleen
2013-07-22
1
-3
/
+3
*
perf hists: Marking dummy hists entries
Jiri Olsa
2013-07-12
1
-0
/
+3
*
perf report/top: Add option to collapse undesired parts of call graph
Greg Price
2013-07-12
1
-0
/
+4
*
perf hists: Rename hist_entry__add_pair arguments
Jiri Olsa
2013-05-28
1
-3
/
+3
*
perf sort: Consolidate sort_entry__setup_elide()
Namhyung Kim
2013-05-28
1
-2
/
+1
*
perf sort: Separate out memory-specific sort keys
Namhyung Kim
2013-05-28
1
-8
/
+11
*
perf sort: Introduce sort__mode variable
Namhyung Kim
2013-05-28
1
-1
/
+7
*
perf tools: Add mem access sampling core support
Stephane Eranian
2013-04-01
1
-1
/
+8
*
perf tools: Add support for weight v7 (modified)
Andi Kleen
2013-04-01
1
-0
/
+3
*
perf sort: Make setup_sorting returns an error code
Namhyung Kim
2013-02-06
1
-1
/
+1
*
perf sort: Separate out branch stack specific sort keys
Namhyung Kim
2013-01-24
1
-2
/
+6
*
perf diff: Remove displacement from struct hist_entry_diff
Jiri Olsa
2012-12-09
1
-3
/
+0
*
perf hists: Fix typo on hist__entry_add_pair
Namhyung Kim
2012-12-09
1
-1
/
+1
*
perf diff: Start moving to support matching more than two hists
Arnaldo Carvalho de Melo
2012-11-08
1
-4
/
+23
*
perf diff: Add weighted diff computation way to compare hist entries
Jiri Olsa
2012-10-05
1
-0
/
+3
*
perf diff: Add option to sort entries based on diff computation
Jiri Olsa
2012-10-05
1
-0
/
+15
*
perf hists: Introduce struct he_stat
Namhyung Kim
2012-10-04
1
-6
/
+10
*
perf diff: Refactor diff displacement possition info
Jiri Olsa
2012-10-04
1
-1
/
+1
*
perf hists: Add struct hists pointer to struct hist_entry
Jiri Olsa
2012-10-04
1
-0
/
+1
*
perf tools: Add sort__has_sym
Namhyung Kim
2012-09-17
1
-0
/
+1
*
perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep
Jiri Olsa
2012-09-07
1
-1
/
+0
*
perf tools: Add sort by src line/number
Arnaldo Carvalho de Melo
2012-06-19
1
-0
/
+2
*
perf report: Enable TUI in branch view mode
Stephane Eranian
2012-03-09
1
-2
/
+4
*
perf report: Auto-detect branch stack sampling mode
Stephane Eranian
2012-03-09
1
-1
/
+1
*
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
Roberto Agostino Vitillo
2012-03-09
1
-0
/
+9
*
perf hists: Don't free decayed entries if in the annotation browser
Arnaldo Carvalho de Melo
2011-10-13
1
-0
/
+1
*
perf hists: Threaded addition and sorting of entries
Arnaldo Carvalho de Melo
2011-10-07
1
-0
/
+1
*
perf tools: Remove sort print helpers declarations
Frederic Weisbecker
2011-06-30
1
-6
/
+0
*
perf tools: Make sort operations static
Frederic Weisbecker
2011-06-30
1
-8
/
+0
*
perf: Keep track of the max depth of a callchain
Frederic Weisbecker
2010-08-22
1
-1
/
+1
*
perf ui: New hists tree widget
Arnaldo Carvalho de Melo
2010-07-27
1
-0
/
+12
*
perf sort: Make column width code per hists instance
Arnaldo Carvalho de Melo
2010-07-23
1
-5
/
+1
*
perf report: Implement --sort cpu
Arun Sharma
2010-06-05
1
-1
/
+5
*
perf options: Type check all the remaining OPT_ variants
Arnaldo Carvalho de Melo
2010-05-17
1
-4
/
+4
*
perf report: Report number of events, not samples
Arnaldo Carvalho de Melo
2010-05-14
1
-5
/
+6
*
perf report: Librarize the annotation code and use it in the newt browser
Arnaldo Carvalho de Melo
2010-05-11
1
-6
/
+0
*
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin
2010-04-19
1
-0
/
+5
*
perf tools: Fix accidentally preprocessed snprintf callback
Frederic Weisbecker
2010-04-14
1
-6
/
+6
*
perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operations
Arnaldo Carvalho de Melo
2010-04-03
1
-2
/
+7
*
perf newt: Add a "Zoom into foo.so DSO" and reverse operations
Arnaldo Carvalho de Melo
2010-04-03
1
-1
/
+2
*
perf hist: Only allocate callchain_node if processing callchains
Arnaldo Carvalho de Melo
2010-04-02
1
-1
/
+1
*
perf hist: Replace ->print() routines by ->snprintf() equivalents
Arnaldo Carvalho de Melo
2010-04-02
1
-2
/
+2
*
perf tools: Introduce struct map_symbol
Arnaldo Carvalho de Melo
2010-03-26
1
-2
/
+1
*
perf diff: Use perf_session__fprintf_hists just like 'perf record'
Arnaldo Carvalho de Melo
2009-12-16
1
-0
/
+2
*
perf diff: Introduce tool to show performance difference
Arnaldo Carvalho de Melo
2009-12-15
1
-2
/
+6
*
perf util: Remove setup_sorting dups
Arnaldo Carvalho de Melo
2009-12-15
1
-0
/
+2
*
perf tools: Bind callchains to the first sort dimension column
Frederic Weisbecker
2009-10-23
1
-1
/
+9
*
perf tools: Fix missing top level callchain
Frederic Weisbecker
2009-10-23
1
-0
/
+1
*
perf tools: Rewrite and improve support for kernel modules
Arnaldo Carvalho de Melo
2009-10-02
1
-5
/
+2
*
perf tools: Create util/sort.and use it
John Kacur
2009-09-24
1
-0
/
+93