Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fd0db10268b3729eb466fd726a39ce7d800bb150
/
tools
/
perf
/
builtin-diff.c
bb3eb56
perf machine: Rename perf_event__preprocess_sample to machine__resolve
by Arnaldo Carvalho de Melo
· 9 years ago
b8cbb34
perf config: Bring perf_default_config to the very beginning at main()
by Wang Nan
· 9 years ago
21e6d84
perf diff: Use perf_hpp__register_sort_field interface
by Jiri Olsa
· 9 years ago
40184c4
perf tools: Pass evlist to setup_sorting()
by Namhyung Kim
· 9 years ago
fd36f3d
perf hist: Pass struct sample to __hists__add_entry()
by Namhyung Kim
· 9 years ago
f9db0d0
perf callchain: Allow disabling call graphs per event
by Kan Liang
· 9 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
6b1f342
perf diff: Add kallsyms option
by David Ahern
· 10 years ago
8b8ca6e
perf tools: Don't allow empty argument for field-separator
by Wang Nan
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
566b5cf
perf diff: Fix -o/--order option behavior
by Namhyung Kim
· 10 years ago
56495a8
perf diff: Fix output ordering to honor next column
by Namhyung Kim
· 10 years ago
87bbdf7
perf tools: Pass struct perf_hpp_fmt to its callbacks
by Namhyung Kim
· 10 years ago
ff21cef
perf diff: Introduce fmt_to_data_file() helper
by Namhyung Kim
· 10 years ago
ec3d07c
perf diff: Print diff result more precisely
by Namhyung Kim
· 10 years ago
38259a1
perf diff: Get rid of hists__compute_resort()
by Namhyung Kim
· 10 years ago
6733d1b
perf hists: Rename hist_entry__free to __delete
by Arnaldo Carvalho de Melo
· 10 years ago
e7024fc
perf diff: Fix to sort by baseline field by default
by Namhyung Kim
· 10 years ago
740b97f
perf report: Show progress bar for output resorting
by Namhyung Kim
· 10 years ago
68ca9d6
perf diff: Add missing handler for PERF_RECORD_MMAP2 events
by Kan Liang
· 10 years ago
9ab1f50
perf diff: Add missing hists__init() call at tool start
by Kan Liang
· 10 years ago
4ea062ed
perf evsel: Add hists helper
by Arnaldo Carvalho de Melo
· 10 years ago
52e02834
perf tools: Modify error code for when perf_session__new() fails
by Taeung Song
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
0a8cb85
perf tools: Rename ordered_samples bool to ordered_events
by Jiri Olsa
· 10 years ago
a0b51af
perf hists: Check if accumulated when adding a hist entry
by Namhyung Kim
· 12 years ago
512ae1b
perf tools: Consolidate management of default sort orders
by Namhyung Kim
· 11 years ago
a2ce067
perf tools: Allow hpp fields to be sort keys
by Namhyung Kim
· 11 years ago
820bc81
perf tools: Account entry stats when it's added to the output tree
by Namhyung Kim
· 11 years ago
9283ba9
perf hists: Add a couple of hists stat helper functions
by Namhyung Kim
· 11 years ago
ae993ef
perf hists: Move column length calculation out of hists__inc_stats()
by Namhyung Kim
· 11 years ago
6263835
perf hists: Rename hists__inc_stats()
by Namhyung Kim
· 11 years ago
0b93da1
perf tools: Add hist.percentage config option
by Namhyung Kim
· 11 years ago
8810f6c
perf diff: Add --percentage option
by Namhyung Kim
· 11 years ago
94a0793
perf ui hists: Pass evsel to hpp->header/width functions explicitly
by Namhyung Kim
· 11 years ago
a5846e2
perf diff: Color the Weighted Diff column
by Ramkumar Ramachandra
· 11 years ago
1f513b2
perf diff: Color the Ratio column
by Ramkumar Ramachandra
· 11 years ago
01f10bc
perf diff: Color the Delta column
by Ramkumar Ramachandra
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
74cf249
perf tools: Use zfree to help detect use after free bugs
by Arnaldo Carvalho de Melo
· 11 years ago
d8d9608
perf kvm: Make perf kvm diff support --guestmount.
by Dongsheng Yang
· 11 years ago
41a4e6e
perf hists: Consolidate __hists__add_*entry()
by Namhyung Kim
· 11 years ago
c1fb565
perf tools: Show progress on histogram collapsing
by Namhyung Kim
· 11 years ago
c824c43
perf tools: Stop using 'self' in some more places
by Arnaldo Carvalho de Melo
· 11 years ago
f5fc141
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
475eeab
tools/perf: Add support for record transaction flags
by Andi Kleen
· 11 years ago
e44baa3
perf tools: Remove filter parameter of perf_event__preprocess_sample()
by Adrian Hunter
· 11 years ago
5f3f8d3
perf diff: Add generic order option for compute sorting
by Jiri Olsa
· 12 years ago
ef358e6
perf diff: Making compute functions static
by Jiri Olsa
· 12 years ago
22aeb7f
perf diff: Change diff command to work over multiple data files
by Jiri Olsa
· 12 years ago
c818b49
perf diff: Move columns into struct data__file
by Jiri Olsa
· 12 years ago
345dc0b
perf diff: Move diff related columns into diff command
by Jiri Olsa
· 12 years ago
1d81c7f
perf diff: Display data file info ahead of the diff output
by Jiri Olsa
· 12 years ago
9af303e
perf diff: Switching the base hists to be pairs head
by Jiri Olsa
· 12 years ago
ec30842
perf diff: Introducing diff_data object to hold files
by Jiri Olsa
· 12 years ago
0276c22
perf tools: Fix -x/--exclude-other option for report command
by Jiri Olsa
· 11 years ago
367c53c
perf diff: Use internal rb tree for hists__precompute
by Jiri Olsa
· 12 years ago
064f198
perf report: Add --percent-limit option
by Namhyung Kim
· 11 years ago
08e7154
perf sort: Consolidate sort_entry__setup_elide()
by Namhyung Kim
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
5530998
perf sort: Make setup_sorting returns an error code
by Namhyung Kim
· 12 years ago
66f97ed
perf diff: Use internal rb tree for compute resort
by Namhyung Kim
· 12 years ago
ce74f60
perf hists: Link hist entries before inserting to an output tree
by Namhyung Kim
· 12 years ago
9afcf93
perf hists: Exchange order of comparing items when collapsing hists
by Namhyung Kim
· 12 years ago
db6d0bb
perf diff: Remove displacement output option
by Jiri Olsa
· 12 years ago
f4c8bae
perf diff: Change formula methods to work with pair directly
by Jiri Olsa
· 12 years ago
05472da
perf diff: Change compute methods to work with pair directly
by Jiri Olsa
· 12 years ago
1240005
perf hists: Introduce perf_hpp__list for period related columns
by Jiri Olsa
· 12 years ago
bfaef4b
perf diff: Use hists__link when not pairing just with baseline
by Arnaldo Carvalho de Melo
· 12 years ago
95529be
perf diff: Move hists__match to the hists lib
by Arnaldo Carvalho de Melo
· 12 years ago
b821c73
perf diff: Start moving to support matching more than two hists
by Arnaldo Carvalho de Melo
· 12 years ago
f62d3f0
perf event: No need to create a thread when handling PERF_RECORD_EXIT
by Arnaldo Carvalho de Melo
· 12 years ago
d88c48f
perf diff: Include samples without symbol in overall stats
by Jiri Olsa
· 12 years ago
ed279da
perf diff: Add -F option to display formula for computation
by Jiri Olsa
· 12 years ago
61949b2
perf diff: Add -p option to display period values for hist entries
by Jiri Olsa
· 12 years ago
81d5f95
perf diff: Add weighted diff computation way to compare hist entries
by Jiri Olsa
· 12 years ago
96c47f1
perf diff: Add option to sort entries based on diff computation
by Jiri Olsa
· 12 years ago
7aaf6b3
perf diff: Add ratio computation way to compare hist entries
by Jiri Olsa
· 12 years ago
a06d143
perf diff: Add -b option for perf diff to display paired entries only
by Jiri Olsa
· 12 years ago
1d77822
perf tool: Add hpp interface to enable/disable hpp column
by Jiri Olsa
· 12 years ago
41724e4
perf tools: Removing hists pair argument from output path
by Jiri Olsa
· 12 years ago
dd46434
perf diff: Refactor diff displacement possition info
by Jiri Olsa
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
ea251d5
perf hists: Introduce perf_hpp for hist period printing
by Namhyung Kim
· 12 years ago
863e451
perf diff: Make diff command work with evsel hists
by Jiri Olsa
· 12 years ago
4bf9ce1
perf diff: Fix to work with new hists design
by Jiri Olsa
· 13 years ago
45694aa
perf tools: Rename perf_event_ops to perf_tool
by Arnaldo Carvalho de Melo
· 13 years ago
743eb86
perf tools: Resolve machine earlier and pass it to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
d20deb6
perf tools: Pass tool context in the the perf_event_ops functions
by Arnaldo Carvalho de Melo
· 13 years ago
ef9dfe6
perf hists: Allow limiting the number of rows and columns in fprintf
by Arnaldo Carvalho de Melo
· 13 years ago
9e69c21
perf session: Pass evsel in event_ops->sample()
by Arnaldo Carvalho de Melo
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
8d50e5b
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
by Arnaldo Carvalho de Melo
· 14 years ago
ec5761e
perf symbols: Add symfs option for off-box analysis using specified tree
by David Ahern
· 14 years ago
eac23d1
perf record,report,annotate,diff: Process events in order
by Ian Munsie
· 14 years ago
21ef97f
perf session: Fallback to unordered processing if no sample_id_all
by Ian Munsie
· 14 years ago
640c03c
perf session: Parse sample earlier
by Arnaldo Carvalho de Melo
· 14 years ago
3429555
perf diff: Fix displacement and modules options short flag
by Shawn Bohrer
· 14 years ago
88ca895
perf tools: Remove unneeded code for tracking the cwd in perf sessions
by Dave Martin
· 14 years ago
41a37e2
perf tools: Make event__preprocess_sample parse the sample
by Arnaldo Carvalho de Melo
· 14 years ago
Next »