Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6f0d349d922ba44e4348a17a78ea51b7135965b1
/
tools
/
perf
/
builtin-script.c
fad76d4
perf script: Show hw-cache events
by Seeteena Thoufeek
· 7 years ago
b879833
perf script: Check if evsel has callchains before trying to use it
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
7903a70
perf script: Show symbol offsets by default
by Sandipan Das
· 7 years ago
404eb5a
perf thread: Make thread__find_map() search all maps
by Arnaldo Carvalho de Melo
· 7 years ago
71a84b5
perf thread: Make thread__find_map() return the map
by Arnaldo Carvalho de Melo
· 7 years ago
cc5f02f
perf script: Use thread__find_symbol() instead of ad-hoc equivalent
by Arnaldo Carvalho de Melo
· 7 years ago
f07a2d3
perf thread: Introduce thread__find_map()
by Arnaldo Carvalho de Melo
· 7 years ago
bf30cc1
perf script: Extend misc field decoding with switch out event type
by Alexey Budankov
· 7 years ago
90ce61b
perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX
by Jin Yao
· 7 years ago
77f1815
perf tools: Fix snprint warnings for gcc 8
by Jiri Olsa
· 7 years ago
3233b37
perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND
by Jiri Olsa
· 7 years ago
bafae98
perf evlist: Remove fcntl.h from evlist.h
by Arnaldo Carvalho de Melo
· 7 years ago
cc2ef58
perf script: Remove the time slices number limitation
by Jin Yao
· 7 years ago
1e2778e
perf script: Improve error msg when no first/last sample time found
by Jin Yao
· 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
3d7c27b
perf script: Add support to display lost events
by Jiri Olsa
· 7 years ago
28a0b39
perf script: Add support to display sample misc field
by Jiri Olsa
· 7 years ago
2ab046c
perf script: Support time percent and multiple time ranges
by Jin Yao
· 7 years ago
06c3f2a
perf utils: Move is_directory() to path.h
by Jiri Olsa
· 7 years ago
e0128b3
perf stat: Print per-thread shadow stats
by Jin Yao
· 7 years ago
1fcd039
perf stat: Update per-thread shadow stats
by Jin Yao
· 7 years ago
4bd1bef
perf script: Allow computing 'perf stat' style metrics
by Andi Kleen
· 7 years ago
5039c8a
perf script: Allow printing period for non freq mode groups
by Andi Kleen
· 7 years ago
fa48c89
perf script: Fix --per-event-dump for auxtrace synth evsels
by Arnaldo Carvalho de Melo
· 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
642ee1c
perf script: Print information about per-event-dump files
by Arnaldo Carvalho de Melo
· 7 years ago
a14390f
perf script: Allow creating per-event dump files
by Arnaldo Carvalho de Melo
· 7 years ago
894f3f1
perf script: Use event_format__fprintf()
by Arnaldo Carvalho de Melo
· 7 years ago
5ce2c5b
perf script: Use pr_debug where appropriate
by Arnaldo Carvalho de Melo
· 7 years ago
69c7125
perf script: Add a few missing conversions to fprintf style
by Arnaldo Carvalho de Melo
· 7 years ago
db49bc1
perf script: Fix error handling path
by Christophe JAILLET
· 7 years ago
a1a5870
perf script: Use fprintf like printing uniformly
by Arnaldo Carvalho de Melo
· 7 years ago
923d0c9
perf tools: Introduce binary__fprintf()
by Arnaldo Carvalho de Melo
· 7 years ago
ca4b9c3b
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
e9516c0
perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
by Mark Santaniello
· 7 years ago
0a7c74e
perf tools: Provide mutex wrappers for pthreads rwlocks
by Arnaldo Carvalho de Melo
· 8 years ago
b1491ac
perf script: Support user regs
by Andi Kleen
· 7 years ago
49d58f0
perf script: Support physical address
by Kan Liang
· 7 years ago
2ec5cab
perf script: Remove some bogus error handling
by Dan Carpenter
· 7 years ago
e9def1b
perf tools: Add feature header record to pipe-mode
by David Carrillo-Cisneros
· 7 years ago
114f709
perf tool: Add show_feature_header to perf_tool
by David Carrillo-Cisneros
· 7 years ago
644e084
perf auxtrace: Add CPU filter support
by Adrian Hunter
· 8 years ago
65c5e18
perf script: Add synthesized Intel PT power and ptwrite events
by Adrian Hunter
· 8 years ago
47e7808
perf script: Add 'synth' field for synthesized event payloads
by Adrian Hunter
· 8 years ago
1405720
perf script: Add 'synth' event type for synthesized events
by Adrian Hunter
· 8 years ago
701516a
perf script: Fix message because field list option is -F not -f
by Adrian Hunter
· 8 years ago
106dacd
perf script: Support -F brstackoff,dso
by Mark Santaniello
· 8 years ago
55b9b50
perf script: Support -F brstack,dso and brstacksym,dso
by Mark Santaniello
· 8 years ago
36ce565
perf script: Allow adding and removing fields
by Andi Kleen
· 8 years ago
325fbff
perf script: Add --inline option for debugging
by Namhyung Kim
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
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
9607ad3
perf tools: Add signal.h to places using its definitions
by Arnaldo Carvalho de Melo
· 8 years ago
76b31a2
perf tools: Remove include dirent.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
a067558
perf tools: Move extra string util functions to util/string2.h
by Arnaldo Carvalho de Melo
· 8 years ago
fea0139
perf tools: Move print_binary definitions to separate files
by Arnaldo Carvalho de Melo
· 8 years ago
3d689ed
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
877a7a1
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
by Arnaldo Carvalho de Melo
· 8 years ago
49346e8
perf script: Use strtok_r() when parsing output field list
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
48d02a1
perf script: Add 'brstackinsn' for branch stacks
by Andi Kleen
· 8 years ago
96a44bb
perf script: Add script print support for namespace events
by Hari Bathini
· 8 years ago
f3b3614
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
by Hari Bathini
· 8 years ago
be3d466
perf script: Also allow forcing reading of non-root owned files by root
by Yannick Brosseau
· 8 years ago
a91f4c4
perf script: Add option to specify time window of interest
by David Ahern
· 8 years ago
64eff7d
perf script: Add option to stop printing callchain
by David Ahern
· 8 years ago
99620a5
perf tools: Introduce timestamp__scnprintf_usec()
by Namhyung Kim
· 8 years ago
224e2c9
perf script: Support insn and insnlen
by Andi Kleen
· 8 years ago
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
bd48c63
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
71ac899
perf script: Don't disable use_callchain if input is pipe
by He Kuang
· 8 years ago
88ded4d
perf script: Show proper message when failed list scripts
by He Kuang
· 8 years ago
bcdc09a
perf script: Add 'bpf-output' field to usage message
by Brendan Gregg
· 8 years ago
e216708
perf script: Add callindent option
by Adrian Hunter
· 9 years ago
055cd33
perf script: Print sample flags more nicely
by Adrian Hunter
· 9 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
40f20e5
perf script: Show call graphs when 1st event doesn't have it but some other has
by He Kuang
· 9 years ago
a706670
perf tools: Set buildid dir under symfs when --symfs is provided
by He Kuang
· 9 years ago
fe17608
perf tools: Fix usage of max_stack sysctl
by Arnaldo Carvalho de Melo
· 9 years ago
4cb9344
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack
by Arnaldo Carvalho de Melo
· 9 years ago
e557b67
perf script: Fix segfault when printing callchains
by Chris Phlipot
· 9 years ago
9223152
perf script: Check sample->callchain before using it
by Arnaldo Carvalho de Melo
· 9 years ago
6125cc8
perf script: Add --max-stack knob
by Arnaldo Carvalho de Melo
· 9 years ago
6f73673
perf evsel: Require that callchains be resolved before calling fprintf_{sym,callchain}
by Arnaldo Carvalho de Melo
· 9 years ago
de446b4
perf evsel: Remove symbol_conf usage
by Arnaldo Carvalho de Melo
· 9 years ago
e20ab86
perf evsel: Move some methods from session.[ch] to evsel.[ch]
by Arnaldo Carvalho de Melo
· 9 years ago
ff0c107
perf evsel: Rename print_ip() to fprintf_sym()
by Arnaldo Carvalho de Melo
· 9 years ago
db3617f
perf evsel: Allow passing a left alignment when printing a symbol
by Arnaldo Carvalho de Melo
· 9 years ago
6186de9
perf evsel: Allow specifying a file to output in perf_evsel__print_ip
by Milian Wolff
· 9 years ago
a5e8e82
perf script: Use readdir() instead of deprecated readdir_r()
by Arnaldo Carvalho de Melo
· 9 years ago
91daee3
perf script: Process event update events
by Jiri Olsa
· 9 years ago
a3dff30
perf script: Remove lots of unused arguments
by Arnaldo Carvalho de Melo
· 9 years ago
c2740a8
perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve
by Arnaldo Carvalho de Melo
· 9 years ago
bb3eb56
perf machine: Rename perf_event__preprocess_sample to machine__resolve
by Arnaldo Carvalho de Melo
· 9 years ago
Next »