Sign in
android-kvm
/
linux
/
ee2d16d7b3c95a65ed0434841568bd3f82712338
/
tools
/
perf
/
util
/
sort.c
68f6d02
perf sort: Do not compare dso again
by Namhyung Kim
· 11 years ago
2037be5
perf sort: Compare addresses if no symbol info
by Namhyung Kim
· 11 years ago
7524f63
perf tools: Prevent condition that all sort keys are elided
by Namhyung Kim
· 11 years ago
4dfced3
perf tools: Get current comm instead of last one
by Namhyung Kim
· 11 years ago
fedd63d
perf tools: Compare hists comm by addresses
by Frederic Weisbecker
· 11 years ago
b9c5143
perf tools: Use an accessor to read thread comm
by Frederic Weisbecker
· 11 years ago
c824c43
perf tools: Stop using 'self' in some more places
by Arnaldo Carvalho de Melo
· 11 years ago
09600e0
perf tools: Compare dso's also when comparing symbols
by Namhyung Kim
· 11 years ago
4adcc43
perf tools: Fix srcline sort key behavior
by Namhyung Kim
· 11 years ago
86c98ca
perf annotate: Pass dso instead of dso_name to get_srcline()
by Namhyung Kim
· 11 years ago
58d91a0
perf tools: Do not try to call addr2line on non-binary files
by Namhyung Kim
· 11 years ago
f048d54
perf annotate: Factor out get/free_srcline()
by Namhyung Kim
· 11 years ago
963ba5f
perf sort: Fix a memory leak on srcline
by Namhyung Kim
· 11 years ago
475eeab
tools/perf: Add support for record transaction flags
by Andi Kleen
· 11 years ago
f5d05bc
tools/perf: Support sorting by in_tx or abort branch flags
by Andi Kleen
· 11 years ago
f9ea55d
perf tools: Move weight back to common sort keys
by Andi Kleen
· 11 years ago
b21484f
perf report/top: Add option to collapse undesired parts of call graph
by Greg Price
· 12 years ago
3805123
perf tools: struct thread has a tid not a pid
by Adrian Hunter
· 12 years ago
930477b
perf sort: Cleanup sort__has_sym setting
by Namhyung Kim
· 12 years ago
08e7154
perf sort: Consolidate sort_entry__setup_elide()
by Namhyung Kim
· 12 years ago
afab87b
perf sort: Separate out memory-specific sort keys
by Namhyung Kim
· 12 years ago
2f532d09
perf sort: Factor out common code in sort_dimension__add()
by Namhyung Kim
· 12 years ago
55369fc
perf sort: Introduce sort__mode variable
by Namhyung Kim
· 12 years ago
ded19d5
perf report: Fix alignment of symbol column when -v is given
by Namhyung Kim
· 12 years ago
6266774
perf tools: Fix output of symbol_daddr offset
by Namhyung Kim
· 12 years ago
98a3b32
perf tools: Add mem access sampling core support
by Stephane Eranian
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
5936f54
perf sort: Check return value of strdup()
by Namhyung Kim
· 12 years ago
5530998
perf sort: Make setup_sorting returns an error code
by Namhyung Kim
· 12 years ago
51f27d1
perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()
by Namhyung Kim
· 12 years ago
8eb44dd
perf sort: Use pclose() instead of fclose() on pipe stream
by Thomas Jarosch
· 12 years ago
fc5871e
perf sort: Separate out branch stack specific sort keys
by Namhyung Kim
· 12 years ago
6f38cf2
perf sort: Clean up sort__first_dimension setting
by Namhyung Kim
· 12 years ago
dccf180
perf sort: Align cpu column to right
by Namhyung Kim
· 12 years ago
fb29a33
perf sort: Fix --sort pid output
by Namhyung Kim
· 12 years ago
4335552
perf sort: Get rid of unnecessary __maybe_unused
by Namhyung Kim
· 12 years ago
14d1ac7
perf sort: Move misplaced sort entry functions
by Namhyung Kim
· 12 years ago
53985a7
perf tools: remove redundant checks from _sort__sym_cmp
by Sasha Levin
· 12 years ago
88481b6
perf tools: Remove warnings on JIT samples for srcline sort key
by Namhyung Kim
· 12 years ago
ffe10c6
perf tools: Fix segfault when using srcline sort key
by Namhyung Kim
· 12 years ago
1af55640
perf tools: Add sort__has_sym
by Namhyung Kim
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
0ca0c13
perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep
by Jiri Olsa
· 12 years ago
409a8be
perf tools: Add sort by src line/number
by Arnaldo Carvalho de Melo
· 13 years ago
9c2b957
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
b832796
perf tools: Incorrect use of snprintf results in SEGV
by Anton Blanchard
· 13 years ago
993ac88
perf report: Auto-detect branch stack sampling mode
by Stephane Eranian
· 13 years ago
b538752
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
by Roberto Agostino Vitillo
· 13 years ago
cc02c92
perf hists browser: Elide DSO column when it is set to just one DSO, ditto for threads
by Arnaldo Carvalho de Melo
· 13 years ago
6bb8f31
perf sort: Fix symbol sort output by separating unresolved samples by type
by Anton Blanchard
· 13 years ago
fd8ea21
perf tools: Allow sort dimensions to be registered more than once
by Frederic Weisbecker
· 14 years ago
872a878
perf tools: Make sort operations static
by Frederic Weisbecker
· 14 years ago
1437a30
perf hist: Better displaying of unresolved DSOs and symbols
by Ian Munsie
· 14 years ago
fb89941
perf hists: Fixup addr snprintf width on 32 bit arches
by Arnaldo Carvalho de Melo
· 14 years ago
8a6c5b2
perf sort: Make column width code per hists instance
by Arnaldo Carvalho de Melo
· 14 years ago
f60f359
perf report: Implement --sort cpu
by Arun Sharma
· 15 years ago
edb7c60
perf options: Type check all the remaining OPT_ variants
by Arnaldo Carvalho de Melo
· 15 years ago
fcd1498
perf tools: Fix accidentally preprocessed snprintf callback
by Frederic Weisbecker
· 15 years ago
2aefa4f
perf tools: sort_dimension__add shouldn't die
by Arnaldo Carvalho de Melo
· 15 years ago
a4e3b95
perf hist: Replace ->print() routines by ->snprintf() equivalents
by Arnaldo Carvalho de Melo
· 15 years ago
59fd530
perf tools: Introduce struct map_symbol
by Arnaldo Carvalho de Melo
· 15 years ago
c351c28
perf diff: Use perf_session__fprintf_hists just like 'perf record'
by Arnaldo Carvalho de Melo
· 15 years ago
c8829c7
perf util: Remove setup_sorting dups
by Arnaldo Carvalho de Melo
· 15 years ago
a4fb581
perf tools: Bind callchains to the first sort dimension column
by Frederic Weisbecker
· 15 years ago
af0a6fa
perf tools: Fix missing top level callchain
by Frederic Weisbecker
· 15 years ago
439d473
perf tools: Rewrite and improve support for kernel modules
by Arnaldo Carvalho de Melo
· 15 years ago
dd68ada
perf tools: Create util/sort.and use it
by John Kacur
· 15 years ago