Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8ab2e96d8ff188006f1e3346a56443cd07fe1858
/
tools
/
perf
/
util
/
hist.c
8ab2e96
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
by Arnaldo Carvalho de Melo
· 4 years, 9 months ago
12e89e6
perf hist: Add fast path for duplicate entries check
by Kan Liang
· 4 years, 10 months ago
b629f3e
perf report: Add 'cgroup' sort key
by Namhyung Kim
· 4 years, 10 months ago
42bbabe
perf tools: Add hw_idx in struct branch_stack
by Kan Liang
· 4 years, 11 months ago
f2eaea0
perf map_symbol: Rename ms->mg to ms->maps
by Arnaldo Carvalho de Melo
· 5 years ago
694520d
perf addr_location: Rename al->mg to al->maps
by Arnaldo Carvalho de Melo
· 5 years ago
08f6680
perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'
by Arnaldo Carvalho de Melo
· 5 years ago
d46a4cd
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
by Arnaldo Carvalho de Melo
· 5 years ago
56b2147
Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 5 years ago
b65a7d3
perf hist: Support block formats with compare/sort/display
by Jin Yao
· 5 years ago
7841f40
perf hist: Count the total cycles of all samples
by Jin Yao
· 5 years ago
6041441
perf block: Cleanup and refactor block info functions
by Jin Yao
· 5 years ago
0bdf181
perf diff: Don't use hack to skip column length calculation
by Jin Yao
· 5 years ago
722ddfd
perf tools: Fix time sorting
by Jiri Olsa
· 5 years ago
d3300a3
perf symbols: Move mem_info and branch_info out of symbol.h
by Arnaldo Carvalho de Melo
· 5 years ago
5c9dbe6
perf tools: Remove needless sort.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4a3cec8
perf dsos: Move the dsos struct and its methods to separate source files
by Arnaldo Carvalho de Melo
· 5 years ago
8520a98
perf debug: Remove needless include directives from debug.h
by Arnaldo Carvalho de Melo
· 5 years ago
b420902
perf tools: Remove debug.h from header files not needing it
by Arnaldo Carvalho de Melo
· 5 years ago
be5863b
perf top: Fix event group with more than two events
by Namhyung Kim
· 5 years ago
3dab6ac
perf report: Fix --ns time sort key output
by Andi Kleen
· 5 years ago
5f8b4d5d
perf hist: Remove dummy entries when finding real ones.
by Arnaldo Carvalho de Melo
· 5 years ago
7d1a5ef
perf hists: Do not link a pair if already linked
by Arnaldo Carvalho de Melo
· 5 years ago
5643b1a
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
by Jiri Olsa
· 5 years ago
1fc632c
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
by Jiri Olsa
· 5 years ago
63503db
perf evlist: Rename struct perf_evlist to struct evlist
by Jiri Olsa
· 5 years ago
32dcd02
perf evsel: Rename struct perf_evsel to struct evsel
by Jiri Olsa
· 5 years ago
e56fbc9
perf tools: Use list_del_init() more thorougly
by Arnaldo Carvalho de Melo
· 6 years ago
d8f9da2
perf tools: Use zfree() where applicable
by Arnaldo Carvalho de Melo
· 6 years ago
7f7c536
tools lib: Adopt zalloc()/zfree() from tools/perf
by Arnaldo Carvalho de Melo
· 6 years ago
b10c78c
perf diff: Print the basic block cycles diff
by Jin Yao
· 6 years ago
99150a1
perf diff: Use hists to manage basic blocks per symbol
by Jin Yao
· 6 years ago
fe96245
perf hists: Add block_info in hist_entry
by Jin Yao
· 6 years ago
7cb10a08
perf tools: Remove const from thread read accessors
by Namhyung Kim
· 6 years ago
cb6186a
perf hist: Add missing map__put() in error case
by Changbin Du
· 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
2634958
perf hist: Fix memory leak of srcline
by Jiri Olsa
· 6 years ago
c575891
perf hist: Add error path into hist_entry__init
by Jiri Olsa
· 6 years ago
5749618
perf evsel: Add output_resort_cb method
by Jiri Olsa
· 6 years ago
e4c38fd
perf hists: Add argument to hists__resort_cb_t callback
by Jiri Olsa
· 6 years ago
b10ba7f
perf tools: Add missing include <callchain.h> in various places
by Arnaldo Carvalho de Melo
· 6 years ago
daecf9e
perf tools: Add missing include for symbols.h
by Arnaldo Carvalho de Melo
· 6 years ago
2eb3d68
perf hist: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
adba163
perf tools: Fix diverse comment typos
by Ingo Molnar
· 6 years ago
c9d3662
perf hists: Reimplement hists__has_callchains()
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
27de9b2
perf evsel: Add has_callchain() helper to make code more compact/clear
by Arnaldo Carvalho de Melo
· 7 years ago
362379a
perf tools: No need to check if the argument to __get() function is NULL
by Arnaldo Carvalho de Melo
· 7 years ago
25c312d
perf hists: Move hists__scnprintf_title() away from the TUI code
by Arnaldo Carvalho de Melo
· 7 years ago
9f87498
perf tools: Add refcnt into struct mem_info
by Jiri Olsa
· 7 years ago
e3ebaa4
perf report: Fix memory corruption in --branch-history mode --branch-history
by Jiri Olsa
· 7 years ago
15bcdc9
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
1fb7d06
perf report: Use srcline from callchain for hist entries
by Milian Wolff
· 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
b49a821
perf report: Make --branch-history work without callgraphs(-g) option in perf record
by Jin Yao
· 8 years ago
2d78b18
perf report: Show branch type statistics for stdio mode
by Jin Yao
· 7 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
391e420
perf tools: Include sys/param.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
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
a596a87
perf utils: Fix spelling mistake: "Invalud" -> "Invalid"
by Colin Ian King
· 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
bb963e1
perf utils: Check verbose flag properly
by Namhyung Kim
· 8 years ago
9c68ae9
perf callchain: Reference count maps
by Krister Johansen
· 8 years ago
ecc4c56
perf tools: Propagate perf_config() errors
by Arnaldo Carvalho de Melo
· 8 years ago
69e6cdd
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 8 years ago
c72ab44
perf hists: Fix column length on --hierarchy
by Namhyung Kim
· 8 years ago
9857b71
perf c2c report: Limit the cachelines table entries
by Jiri Olsa
· 8 years ago
f666ac0
perf hists: Fix width computation for srcline sort entry
by Jiri Olsa
· 8 years ago
d2580c7
perf hist: Initialize hierarchy tree explicitly
by Namhyung Kim
· 8 years ago
9d97b8f
perf hists: Introduce hists__link_hierarchy()
by Namhyung Kim
· 8 years ago
09034de
perf hists: Introduce hists__match_hierarchy()
by Namhyung Kim
· 8 years ago
52c5cc3
perf hists: Introduce output_resort_cb method
by Jiri Olsa
· 8 years ago
a505197
perf hists: Introduce hists__add_entry_ops function
by Jiri Olsa
· 9 years ago
f542e76
perf hists: Introduce hist_entry_ops
by Jiri Olsa
· 9 years ago
0a269a6
perf hists: Introduce hist_entry__init function
by Jiri Olsa
· 9 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
89c7cb2
perf hists: Enlarge pid sort entry size
by Jiri Olsa
· 9 years ago
0102ef3
perf hists: Rename __hists__add_entry to hists__add_entry
by Jiri Olsa
· 9 years ago
da1b040
perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback
by Jiri Olsa
· 9 years ago
508be0d
perf report: Add srcline_from/to branch sort keys
by Andi Kleen
· 9 years ago
5222503
perf hists: Move sort__need_collapse into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
09623d7
perf hists: Clear dummy entry accumulated period
by Kan Liang
· 9 years ago
91d7b2d
perf callchain: Start moving away from global per thread cursors
by Arnaldo Carvalho de Melo
· 9 years ago
592dac6
perf tools: Make hists__collapse_insert_entry static
by Jiri Olsa
· 9 years ago
b8f8eb8
perf tools: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 9 years ago
f7fb538
perf tools: Recalc total periods using top-level entries in hierarchy
by Namhyung Kim
· 9 years ago
aec13a7
perf tools: Fix command line filters in hierarchy mode
by Namhyung Kim
· 9 years ago
1b2dbbf
perf hists: Use own hpp_list for hierarchy mode
by Namhyung Kim
· 9 years ago
c3bc0c4
perf hists: Introduce perf_hpp__setup_hists_formats()
by Namhyung Kim
· 9 years ago
abab5e7
perf report: Update column width of dynamic entries
by Namhyung Kim
· 9 years ago
e049d4a
perf hists: Fix dynamic entry display in hierarchy
by Namhyung Kim
· 9 years ago
84b6ee8
perf hists: Fix comparing of dynamic entries
by Namhyung Kim
· 9 years ago
79dded8
perf hists browser: Show message for percent limit
by Namhyung Kim
· 9 years ago
a7b5895
perf hists: Add more helper functions for the hierarchy mode
by Namhyung Kim
· 9 years ago
Next »