Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
644e0840ad4615e032d67adec6ee60f821b669fe
/
tools
/
perf
/
builtin-script.c
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
· 7 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
473398a
perf tools: Add cpumode to struct perf_sample
by Arnaldo Carvalho de Melo
· 9 years ago
b8f8eb8
perf tools: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 9 years ago
8560bae
perf script: Remove duplicated code and needless script_spec__findnew()
by Taeung Song
· 9 years ago
30372f0
perf script: Print bpf-output events in 'perf script'
by Wang Nan
· 9 years ago
c19ac91
perf script: Display data_src values
by Jiri Olsa
· 9 years ago
ff7b191
perf script: Display addr/data_src/weight columns for raw events
by Jiri Olsa
· 9 years ago
94ddddf
perf script: Add data_src and weight column definitions
by Jiri Olsa
· 9 years ago
9cdbc40
perf script: Align event name properly
by Jiri Olsa
· 9 years ago
36e33c5
perf script: Display stat events by default
by Jiri Olsa
· 9 years ago
e099eba
perf script: Add stat default handlers
by Jiri Olsa
· 9 years ago
91a2c3d
perf script: Process stat config event
by Jiri Olsa
· 9 years ago
cfc8874
perf script: Process cpu/threads maps
by Jiri Olsa
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
46113a5
perf tools: Remove 'perf' from subcmd function and variable names
by Josh Poimboeuf
· 9 years ago
27cfef0
perf script: Add support for PERF_TYPE_BREAKPOINT
by Wang Nan
· 9 years ago
809e942
perf script: Pass perf_script into process_event
by Jiri Olsa
· 9 years ago
2aaecfc
perf script: Remove default_scripting_ops
by Jiri Olsa
· 9 years ago
dc323ce
perf script: Enable printing of branch stack
by Stephane Eranian
· 9 years ago
c711836
perf tools: Introduce usage_with_options_msg()
by Namhyung Kim
· 9 years ago
d2b5a31
perf script: Check output fields only for samples
by Jiri Olsa
· 9 years ago
3c5b645
perf script: Make scripting_max_stack value allow for synthesized callchains
by Adrian Hunter
· 9 years ago
44cbe72
perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
by Adrian Hunter
· 9 years ago
03cd1fe
perf script: Add a setting for maximum stack depth
by Adrian Hunter
· 9 years ago
83e1986
perf script: Allow time to be displayed in nanoseconds
by Adrian Hunter
· 9 years ago
53ff6bc
perf tools: Fix use of wrong event when processing exit events
by Adrian Hunter
· 9 years ago
fc36f94
perf script: Enable printing of interrupted machine state
by Stephane Eranian
· 9 years ago
77e0070
perf script: Add --[no-]-demangle/--[no-]-demangle-kernel
by Mark Drayton
· 9 years ago
7322d6c
perf script: Initialize callchain_param.record_mode
by Jiri Olsa
· 9 years ago
a9710ba
perf tools: Support full source file paths for srcline
by Andi Kleen
· 9 years ago
9ee6742
perf script: No tracepoints? Don't call libtraceevent.
by Arnaldo Carvalho de Melo
· 9 years ago
7c14898
perf script: Add option --show-switch-events
by Adrian Hunter
· 9 years ago
06b234e
perf script: Don't assume evsel position of tracking events
by Adrian Hunter
· 9 years ago
ccb3a82
perf script: Switch from perf.data's kallsyms to perf's symbol resolver
by Arnaldo Carvalho de Melo
· 9 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
6d5cdd6
perf script: Always allow fields 'addr' and 'cpu' for auxtrace
by Adrian Hunter
· 10 years ago
400ea6d
perf script: Add field option 'flags' to print sample flags
by Adrian Hunter
· 10 years ago
7a680eb
perf script: Add Instruction Tracing support
by Adrian Hunter
· 10 years ago
06af0f2
perf script: Support using -f to override perf.data file ownership
by Yunlong Song
· 10 years ago
f9d5d54
perf scripting: No need to pass thread twice to the scripting callbacks
by Arnaldo Carvalho de Melo
· 10 years ago
79628f2
perf script: No need to lookup thread twice
by Arnaldo Carvalho de Melo
· 10 years ago
e03eaa4
perf tools: Add pid/tid filtering to report and script commands
by David Ahern
· 10 years ago
40cae2b
perf tools: Add the bash completion for listing subsubcommands of perf script
by Yunlong Song
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
e5b2c20
perf tools: Export usage string and option table of perf record
by Namhyung Kim
· 10 years ago
bb871a9
perf tools: A thread's machine can be found via thread->mg->machine
by Arnaldo Carvalho de Melo
· 10 years ago
Next »