Sign in
android-kvm
/
linux
/
93f4e735b6d98ee4b7a1252d81e815a983e359f2
/
tools
/
perf
/
util
/
sort.h
4772925
perf tools: Move 'struct events_stats' and prototypes to separate header
by Arnaldo Carvalho de Melo
· 5 years ago
185bcb9
perf sort: Remove needless headers from sort.h, provide fwd struct decls
by Arnaldo Carvalho de Melo
· 5 years ago
1250090
perf cacheline: Move cacheline related routines to separate files
by Arnaldo Carvalho de Melo
· 5 years ago
63503db
perf evlist: Rename struct perf_evlist to struct evlist
by Jiri Olsa
· 5 years ago
99150a1
perf diff: Use hists to manage basic blocks per symbol
by Jin Yao
· 5 years ago
fe96245
perf hists: Add block_info in hist_entry
by Jin Yao
· 5 years ago
702fb9b
perf report: Show all sort keys in help output
by Andi Kleen
· 6 years ago
4968ac8
perf report: Implement browsing of individual samples
by Andi Kleen
· 6 years ago
3723908
perf report: Support time sort key
by Andi Kleen
· 6 years ago
9f4e8ff
perf symbols: Introduce map_symbol.h
by Arnaldo Carvalho de Melo
· 6 years ago
2eb3d68
perf hist: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
ec6ae74
perf report: Display average IPC and IPC coverage per symbol
by Jin Yao
· 6 years ago
096177a
tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
by Tzvetomir Stoyanov (VMware)
· 6 years ago
e565445
perf hists: Make hist_entry__has_callchains() work with 'perf c2c'
by Arnaldo Carvalho de Melo
· 7 years ago
41477ac
perf hists: Save the callchain_size in struct hist_entry
by Arnaldo Carvalho de Melo
· 7 years ago
fabd37b
perf hists: Check if a hist_entry has callchains before using them
by Arnaldo Carvalho de Melo
· 7 years ago
0b5d6ec
perf hists: Introduce hist_entry__has_callchain() method
by Arnaldo Carvalho de Melo
· 7 years ago
6a53da0
perf srcline: Make hist_entry srcline helper consistent with map's
by Arnaldo Carvalho de Melo
· 7 years ago
9ac94e3
perf tools: Read the cache line size lazily
by Arnaldo Carvalho de Melo
· 7 years ago
b74d12d
perf tools: Add a "dso_size" sort order
by Kim Phillips
· 7 years ago
15bcdc94
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
2a704fc
perf report: Remove code to handle inline frames from browsers
by Milian Wolff
· 7 years ago
8780fb2
perf sort: Add sort option for physical address
by Kan Liang
· 7 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
1eae20c
perf tools: Remove regex.h and fnmatch.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
8ec20b1
perf str{filter,list}: Disentangle headers
by Arnaldo Carvalho de Melo
· 8 years ago
632a5ca
perf tools: Move srcline definitions to separate header
by Arnaldo Carvalho de Melo
· 8 years ago
0d3eb0b
perf report: Show inline stack for browser mode
by Jin Yao
· 8 years ago
d890a98
perf tools: Add 'cgroup_id' sort order keyword
by Hari Bathini
· 8 years ago
7768f8d
perf tools: Allow sorting by symbol size
by Charles Baylis
· 8 years ago
03440c4
scripts/spelling.txt: add "an union" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
89d9ba8f
perf c2c report: Add src line sort key
by Jiri Olsa
· 8 years ago
5fe7b9b
perf tools: Make several sorting functions global
by Jiri Olsa
· 8 years ago
a76490e4
perf tools: Make output_field_add and sort_dimension__add global
by Jiri Olsa
· 8 years ago
bcf9874
perf tools: Make reset_dimensions global
by Jiri Olsa
· 8 years ago
f666ac0
perf hists: Fix width computation for srcline sort entry
by Jiri Olsa
· 8 years ago
fa1f456
perf report: Allow configuring the default sort order in ~/.perfconfig
by Arnaldo Carvalho de Melo
· 8 years ago
f542e76
perf hists: Introduce hist_entry_ops
by Jiri Olsa
· 8 years ago
508be0d
perf report: Add srcline_from/to branch sort keys
by Andi Kleen
· 9 years ago
7cecb7f
perf hists: Move sort__has_comm into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
fa82911
perf hists: Move sort__has_thread into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
35a634f
perf hists: Move sort__has_socket into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
69849fc
perf hists: Move sort__has_dso into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
2e0453a
perf hists: Move sort__has_sym into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
de7e6a7
perf hists: Move sort__has_parent into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
5222503
perf hists: Move sort__need_collapse into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
078b8d4
perf tools: Add sort__has_comm variable
by Namhyung Kim
· 9 years ago
a515d8ff
perf tools: Remove hist_entry->fmt field
by Namhyung Kim
· 9 years ago
1b2dbbf
perf hists: Use own hpp_list for hierarchy mode
by Namhyung Kim
· 9 years ago
79dded8
perf hists browser: Show message for percent limit
by Namhyung Kim
· 9 years ago
5443010
perf hists: Introduce hist_entry__filter()
by Namhyung Kim
· 9 years ago
aef810e
perf hists: Basic support of hierarchical report view
by Namhyung Kim
· 9 years ago
d392711
perf tools: Introduce cl_offset function
by Jiri Olsa
· 9 years ago
e95cf70
perf tools: Make cl_address global
by Jiri Olsa
· 9 years ago
b1447a54
perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso'
by Namhyung Kim
· 9 years ago
cfd92da
perf sort: Provide a way to find out if per-thread bucketing is in place
by Namhyung Kim
· 9 years ago
bb4ced2
perf tools: Remove list entry from struct sort_entry
by Jiri Olsa
· 9 years ago
d49dade
perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint events
by Namhyung Kim
· 9 years ago
a34bb6a
perf tools: Add 'trace' sort key
by Namhyung Kim
· 9 years ago
60517d2
perf tools: Try to show pretty printed output for dynamic sort keys
by Namhyung Kim
· 9 years ago
40184c4
perf tools: Pass evlist to setup_sorting()
by Namhyung Kim
· 9 years ago
7239283
perf hist: Save raw_data/size for tracepoint events
by Namhyung Kim
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
beeaaeb
perf tools: Introduce hpp_dimension__add_output function
by Jiri Olsa
· 9 years ago
28e6db2
perf tools: Add support for sorting on the iaddr
by Don Zickus
· 9 years ago
2e7ea3a
perf tools: Introduce new sort type "socket" for the processor socket
by Kan Liang
· 9 years ago
0c4c4deb
perf tools: Add processor socket info to hist_entry and addr_location
by Kan Liang
· 9 years ago
31191a8
perf report: Add support for srcfile sort key
by Andi Kleen
· 9 years ago
0e332f0
perf tools: Add support for cycles, weight branch_info field
by Andi Kleen
· 9 years ago
3698dab
perf tools: Move TUI-specific fields out of map_symbol
by Namhyung Kim
· 10 years ago
d8a0f80
perf tools: Move init_have_children field to the unnamed union
by Namhyung Kim
· 10 years ago
2975082
perf tools: Move TUI-specific fields into unnamed union
by Namhyung Kim
· 10 years ago
a0b404f
perf diff: Make hist_entry_diff fields union
by Namhyung Kim
· 10 years ago
cc5e461
perf hists: Get rid of position field from struct hist_entry
by Namhyung Kim
· 10 years ago
228f14f
perf tools: Remove (null) value of "Sort order" for perf mem report
by Yunlong Song
· 10 years ago
4c47f4f
perf hists: Remove hist_entry->used, not used anymore
by Arnaldo Carvalho de Melo
· 10 years ago
2f3f9bc
perf tools: Add +field argument support for --field option
by Jiri Olsa
· 10 years ago
9b32ba7
perf tools: Add dcacheline sort
by Don Zickus
· 11 years ago
7365be5
perf tools: Add cpumode to struct hist_entry
by Don Zickus
· 11 years ago
f299842
perf tools: Move elide bool into perf_hpp_fmt struct
by Jiri Olsa
· 11 years ago
1413566
perf tools: Apply percent-limit to cumulative percentage
by Namhyung Kim
· 11 years ago
f8be1c8
perf hists: Add support for accumulated stat of hist entry
by Namhyung Kim
· 12 years ago
1c89fe9
perf tools: Introduce reset_output_field()
by Namhyung Kim
· 11 years ago
202e7a6
perf tools: Add ->sort() member to struct sort_entry
by Namhyung Kim
· 11 years ago
a7d945b
perf report: Add -F option to specify output fields
by Namhyung Kim
· 11 years ago
512ae1b
perf tools: Consolidate management of default sort orders
by Namhyung Kim
· 11 years ago
8ce000e
perf tools: Remove unneeded include
by Rodrigo Campos
· 11 years ago
316c713
perf tools: Finish the removal of 'self' arguments
by Arnaldo Carvalho de Melo
· 11 years ago
4dfced3
perf tools: Get current comm instead of last one
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
e0af43d
perf hists: Marking dummy hists entries
by Jiri Olsa
· 12 years ago
b21484f
perf report/top: Add option to collapse undesired parts of call graph
by Greg Price
· 12 years ago
4d23322
perf hists: Rename hist_entry__add_pair arguments
by Jiri Olsa
· 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
55369fc
perf sort: Introduce sort__mode variable
by Namhyung Kim
· 12 years ago
98a3b32
perf tools: Add mem access sampling core support
by Stephane Eranian
· 12 years ago
Next »