Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
b596e979c8c929959af8ef252a16971492fc8265
/
tools
/
perf
/
builtin-c2c.c
b596e97
perf c2c: Display the total numbers continuously
by Leo Yan
· 4 years, 3 months ago
edac75a
perf c2c: Update usage for showing memory events
by Leo Yan
· 4 years, 3 months ago
b3c2cc2
perf evlist: Fix the class prefix for 'struct evlist' sample_type methods
by Arnaldo Carvalho de Melo
· 4 years, 7 months ago
b027cc6
perf c2c: Fix 'perf c2c record -e list' to show the default events used
by Ian Rogers
· 4 years, 8 months ago
8ab2e96
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
by Arnaldo Carvalho de Melo
· 4 years, 8 months ago
2cca512
perf c2c: Remove unneeded semicolon
by Zou Wei
· 4 years, 8 months ago
d80da76
perf c2c: Add option to enable the LBR stitching approach
by Kan Liang
· 4 years, 10 months ago
c1c8013
perf c2c: Fix return type for histogram sorting comparision functions
by Andres Freund
· 5 years ago
d10ec00
perf hists browser: Allow passing an initial hotkey
by Arnaldo Carvalho de Melo
· 5 years ago
ae199c5
perf c2c: Fix memory leak in build_cl_output()
by Yunfeng Ye
· 5 years ago
6ef81c5
perf session: Return error code for perf_session__new() function on failure
by Mamatha Inamdar
· 5 years ago
87ffb6c
perf env: Remove needless cpumap.h header
by Arnaldo Carvalho de Melo
· 5 years ago
d3300a3
perf symbols: Move mem_info and branch_info out of symbol.h
by Arnaldo Carvalho de Melo
· 5 years ago
171f747
perf hist: Remove needless ui/progress.h from hist.h
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
c1a604d
perf tools: Remove needless perf.h include directive from headers
by Arnaldo Carvalho de Melo
· 5 years ago
67260e8
perf c2c: Display proper cpu count in nodes column
by Jiri Olsa
· 5 years ago
1250090
perf cacheline: Move cacheline related routines to separate files
by Arnaldo Carvalho de Melo
· 5 years ago
1ea770f
perf c2c: Fix report with offline cpus
by Ravi Bangoria
· 5 years ago
315c0a1
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
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
f854839
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
by Jiri Olsa
· 5 years ago
7f7c536
tools lib: Adopt zalloc()/zfree() from tools/perf
by Arnaldo Carvalho de Melo
· 6 years ago
e34c940
perf c2c: Fix c2c report for empty numa node
by Jiri Olsa
· 6 years ago
2d4f279
perf data: Add global path holder
by Jiri Olsa
· 6 years ago
e4c38fd
perf hists: Add argument to hists__resort_cb_t callback
by Jiri Olsa
· 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
49b8e2b
perf tools: Replace automatic const char[] variables by statics
by Rasmus Villemoes
· 6 years ago
c4a75bb
perf c2c: Increase the HITM ratio limit for displayed cachelines
by Jiri Olsa
· 6 years ago
423701a
perf c2c: Change the default coalesce setup
by Jiri Olsa
· 6 years ago
7397833
perf c2c report: Fix crash for empty browser
by Jiri Olsa
· 6 years ago
e9de7e2
perf hists: Clarify callchain disabling when available
by Arnaldo Carvalho de Melo
· 7 years ago
4c82052
perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry
by Jiri Olsa
· 7 years ago
6a53da0
perf srcline: Make hist_entry srcline helper consistent with map's
by Arnaldo Carvalho de Melo
· 7 years ago
03d9fcb
perf c2c report: Add cacheline address count column
by Jiri Olsa
· 7 years ago
d0802b1
perf c2c report: Add span header over cacheline data
by Jiri Olsa
· 7 years ago
7f834c2
perf c2c report: Display node for cacheline address
by Jiri Olsa
· 7 years ago
bc229c2
perf c2c report: Call calc_width() only for displayed entries
by Jiri Olsa
· 7 years ago
3773138
perf c2c report: Make calc_width work with struct c2c_hist_entry
by Jiri Olsa
· 7 years ago
8fab784
perf c2c record: Record physical addresses in samples
by Jiri Olsa
· 7 years ago
5cedb41
perf c2c: Use mem_info refcnt logic
by Jiri Olsa
· 7 years ago
06cc1a4
perf hists browser: Add parameter to disable lost event warning
by Kan Liang
· 7 years ago
eabad8c
perf unwind: Do not look just at the global callchain_param.record_mode
by Arnaldo Carvalho de Melo
· 7 years ago
3315d14
perf perf: Remove duplicate includes
by Pravin Shedge
· 7 years ago
239fb4f
perf c2c: Fix spelling mistakes in browser help text
by Kim Phillips
· 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
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
c896f85
perf tools: Fix leaking rec_argv in error cases
by Martin Kepplinger
· 7 years ago
62d94b0
perf tools: Replace error() with pr_err()
by Arnaldo Carvalho de Melo
· 8 years ago
5ab8c68
perf tools: Move event prototypes from util.h to event.h
by Arnaldo Carvalho de Melo
· 8 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
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
b0ad8ea
perf tools: Remove unused 'prefix' from builtin functions
by Arnaldo Carvalho de Melo
· 8 years ago
1936fea
perf c2c: Fix display bug when using pipe
by Namhyung Kim
· 8 years ago
f75d289
perf c2c: Clarify help message of --stats option
by Namhyung Kim
· 8 years ago
190bacc
perf c2c report: Coalesce by default only by pid,iaddr
by Jiri Olsa
· 8 years ago
8763e6a
perf c2c report: Display Total records column in offset view
by Jiri Olsa
· 8 years ago
7e6a799
perf tools: Remove some needless __maybe_unused
by Arnaldo Carvalho de Melo
· 8 years ago
3a5bfab
perf c2c: Support cascading options
by Jiri Olsa
· 8 years ago
d940bac
perf c2c report: Display total HITMs on default
by Jiri Olsa
· 8 years ago
b7ac4f9
perf c2c report: Add -f/--force option
by Jiri Olsa
· 8 years ago
e8c5fe1
perf c2c report: Setup browser after opening perf.data
by Jiri Olsa
· 8 years ago
af09b2d
perf c2c report: Add --show-all option
by Jiri Olsa
· 8 years ago
18f278d
perf c2c report: Add --no-source option
by Jiri Olsa
· 8 years ago
465f27a
perf c2c: Add man page and credits
by Jiri Olsa
· 8 years ago
9a406eb
perf c2c report: Add help windows
by Jiri Olsa
· 8 years ago
1a56a42
perf c2c report: Iterate node display in browser
by Jiri Olsa
· 8 years ago
590b6a3
perf c2c report: Add support to manage symbol name length
by Jiri Olsa
· 8 years ago
bb342dae
perf c2c report: Add cacheline index entry
by Jiri Olsa
· 9 years ago
25aa84e
perf c2c report: Recalc width of global sort entries
by Jiri Olsa
· 9 years ago
fc9c630
perf c2c report: Allow to set cacheline sort fields
by Jiri Olsa
· 9 years ago
55b9577
perf c2c report: Add support to choose local HITMs
by Jiri Olsa
· 9 years ago
9857b71
perf c2c report: Limit the cachelines table entries
by Jiri Olsa
· 8 years ago
dd80576
perf c2c report: Allow to report callchains
by Jiri Olsa
· 9 years ago
2709b97
perf c2c report: Add c2c related stats stdio output
by Jiri Olsa
· 8 years ago
7ef2efa
perf c2c report: Add shared cachelines stats stdio output
by Jiri Olsa
· 9 years ago
74c63a2
perf c2c report: Add global stats stdio output
by Jiri Olsa
· 9 years ago
f1c5fd4
perf c2c report: Add TUI cacheline browser
by Jiri Olsa
· 9 years ago
5a1a99c
perf c2c report: Add main TUI browser
by Jiri Olsa
· 9 years ago
2d388bd
perf c2c report: Add stdio output support
by Jiri Olsa
· 9 years ago
22dd59d
perf c2c report: Set final resort fields
by Jiri Olsa
· 9 years ago
1d62fcd
perf c2c report: Setup number of header lines for hists
by Jiri Olsa
· 9 years ago
89d9ba8f
perf c2c report: Add src line sort key
by Jiri Olsa
· 8 years ago
b6fe2bb
perf c2c report: Add 'cpucnt' sort key
by Jiri Olsa
· 9 years ago
92062d5
perf c2c report: Add stats related sort keys
by Jiri Olsa
· 9 years ago
1e181b9
perf c2c report: Add 'node' sort key
by Jiri Olsa
· 9 years ago
51dedaa
perf c2c report: Add 'symbol' and 'dso' sort keys
by Jiri Olsa
· 9 years ago
e87019c
perf c2c report: Add 'tid' sort key
by Jiri Olsa
· 9 years ago
36d3deb
perf c2c report: Add 'pid' sort key
by Jiri Olsa
· 9 years ago
6c70f54
perf c2c report: Add dram related sort keys
by Jiri Olsa
· 9 years ago
9cb3500
perf c2c report: Add hitm/store percent related sort keys
by Jiri Olsa
· 9 years ago
f0c50c1
perf c2c report: Add hitm percent sort key
by Jiri Olsa
· 9 years ago
55177c4
perf c2c report: Add total loads sort key
by Jiri Olsa
· 9 years ago
01b84d7
perf c2c report: Add total record sort key
by Jiri Olsa
· 9 years ago
Next »