.. |
include
|
be3de80dc2
perf bench: Also allow measuring memset()
|
há 13 anos atrás |
scripting-engines
|
37a058ea00
perf script: Add generic perl handler to process events
|
há 13 anos atrás |
ui
|
2ef1ea3826
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
|
há 13 anos atrás |
PERF-VERSION-GEN
|
37aa9a2eb4
perf: clear out make flags when calling kernel make kernelver
|
há 14 anos atrás |
abspath.c
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
alias.c
|
f37a291c52
perf_counter tools: Add more warnings and fix/annotate them
|
há 16 anos atrás |
annotate.c
|
f41612f43b
perf tools: Fix truncated annotation
|
há 13 anos atrás |
annotate.h
|
d04b35f808
perf symbols: Add nr_events to symbol_conf
|
há 13 anos atrás |
bitmap.c
|
fb72014d98
perf tools: Don't use code surrounded by __KERNEL__
|
há 15 anos atrás |
build-id.c
|
45694aa770
perf tools: Rename perf_event_ops to perf_tool
|
há 13 anos atrás |
build-id.h
|
45694aa770
perf tools: Rename perf_event_ops to perf_tool
|
há 13 anos atrás |
cache.h
|
229ade9ba3
perf tools: Don't fallback to setup_pager unconditionally
|
há 14 anos atrás |
callchain.c
|
8115d60c32
perf tools: Kill event_t typedef, use 'union perf_event' instead
|
há 14 anos atrás |
callchain.h
|
d20deb64e0
perf tools: Pass tool context in the the perf_event_ops functions
|
há 13 anos atrás |
cgroup.c
|
c168fbfb93
perf tools: Eliminate duplicate code and use PATH_MAX consistently
|
há 13 anos atrás |
cgroup.h
|
023695d96e
perf tool: Add cgroup support
|
há 14 anos atrás |
color.c
|
4aa9015f8b
perf stat: Add -o and --append options
|
há 14 anos atrás |
color.h
|
a4e3b956a8
perf hist: Replace ->print() routines by ->snprintf() equivalents
|
há 15 anos atrás |
config.c
|
5f9273d64a
perf tools: Remove stale git headlines from top comment
|
há 13 anos atrás |
cpumap.c
|
9ae7d3351a
perf tools: Add fprintf methods for thread_map and cpu_map classes
|
há 13 anos atrás |
cpumap.h
|
9ae7d3351a
perf tools: Add fprintf methods for thread_map and cpu_map classes
|
há 13 anos atrás |
ctype.c
|
2890284bcf
perf tools: Move graph_line and graph_dotted_line from top
|
há 15 anos atrás |
debug.c
|
4610e4137b
perf ui browser: Handle K_RESIZE in dialog windows
|
há 13 anos atrás |
debug.h
|
4610e4137b
perf ui browser: Handle K_RESIZE in dialog windows
|
há 13 anos atrás |
debugfs.c
|
ebf294bf4f
perf tools: Simplify debugfs mountpoint handling code
|
há 13 anos atrás |
debugfs.h
|
ebf294bf4f
perf tools: Simplify debugfs mountpoint handling code
|
há 13 anos atrás |
dwarf-aux.c
|
3f4460a28f
perf probe: Filter out redundant inline-instances
|
há 14 anos atrás |
dwarf-aux.h
|
db0d2c6420
perf probe: Search concrete out-of-line instances
|
há 14 anos atrás |
environment.c
|
864709302a
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
|
há 16 anos atrás |
event.c
|
f5faf72618
perf tools: Look up thread names for system wide profiling
|
há 13 anos atrás |
event.h
|
74eec26fac
perf tools: Add ability to synthesize event according to a sample
|
há 13 anos atrás |
evlist.c
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
evlist.h
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
evsel.c
|
f3bda2c9a6
perf evsel: Fix uninitialized memory access to struct perf_sample
|
há 13 anos atrás |
evsel.h
|
ee29be625b
perf tools: Save some loops using perf_evlist__id2evsel
|
há 13 anos atrás |
exec_cmd.c
|
a3d1ee10d1
perf tools: Makefile: Remove various and sundry cruft
|
há 14 anos atrás |
exec_cmd.h
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
generate-cmdlist.sh
|
864709302a
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
|
há 16 anos atrás |
header.c
|
f8f4b28722
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
|
há 13 anos atrás |
header.h
|
b1e5a9bee3
perf tools: Use for_each_set_bit() to iterate over feature flags
|
há 13 anos atrás |
help.c
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
help.h
|
8b40f521cf
perf tools: Protect header files with a consistent style
|
há 16 anos atrás |
hist.c
|
0ed35abc2b
perf report: Fix --stdio output alignment when --showcpuutilization used
|
há 13 anos atrás |
hist.h
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
hweight.c
|
fb72014d98
perf tools: Don't use code surrounded by __KERNEL__
|
há 15 anos atrás |
levenshtein.c
|
864709302a
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
|
há 16 anos atrás |
levenshtein.h
|
8b40f521cf
perf tools: Protect header files with a consistent style
|
há 16 anos atrás |
map.c
|
b424eba271
perf session: Move threads to struct machine
|
há 13 anos atrás |
map.h
|
743eb86865
perf tools: Resolve machine earlier and pass it to perf_event_ops
|
há 13 anos atrás |
pager.c
|
fde953c1c6
perf_counter tools: Remove dead code
|
há 16 anos atrás |
parse-events.c
|
99320cc824
perf tools: Add support for guest/host-only profiling
|
há 13 anos atrás |
parse-events.h
|
ebf294bf4f
perf tools: Simplify debugfs mountpoint handling code
|
há 13 anos atrás |
parse-options.c
|
edb7c60e27
perf options: Type check all the remaining OPT_ variants
|
há 15 anos atrás |
parse-options.h
|
e4e18d568b
perf options: add OPT_CALLBACK_DEFAULT_NOOPT
|
há 14 anos atrás |
path.c
|
f4e7ac0a23
perf tools: add test for strlcpy()
|
há 15 anos atrás |
probe-event.c
|
a844d1ef09
perf probe: Usability fixes
|
há 13 anos atrás |
probe-event.h
|
190b57fcb9
perf probe: Add probed module in front of function
|
há 14 anos atrás |
probe-finder.c
|
f66fedcb72
perf probe: Fix regression of variable finder
|
há 14 anos atrás |
probe-finder.h
|
c168fbfb93
perf tools: Eliminate duplicate code and use PATH_MAX consistently
|
há 13 anos atrás |
pstack.c
|
3e1bbdc3a7
perf newt: Make <- zoom out filters
|
há 15 anos atrás |
pstack.h
|
d1b4f2491c
perf ui: Move hists browser to util/ui/browsers/
|
há 15 anos atrás |
python.c
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
quote.c
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
quote.h
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
run-command.c
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
run-command.h
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
session.c
|
29c9862f1b
perf session: Remove impossible condition check
|
há 13 anos atrás |
session.h
|
002c4fd92d
perf tools: Fix out-of-bound access to struct perf_session
|
há 13 anos atrás |
setup.py
|
a8c9ae18d8
perf evlist: Introduce add_tracepoints method
|
há 13 anos atrás |
sigchain.c
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
sigchain.h
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
sort.c
|
cc02c921a0
perf hists browser: Elide DSO column when it is set to just one DSO, ditto for threads
|
há 13 anos atrás |
sort.h
|
df71d95f86
perf hists: Don't free decayed entries if in the annotation browser
|
há 14 anos atrás |
strbuf.c
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
strbuf.h
|
a41794cdd7
perf tools: Remove some unused functions
|
há 15 anos atrás |
strfilter.c
|
ff9ae1babd
perf: Fix missing strndup declaration
|
há 14 anos atrás |
strfilter.h
|
68baa431ec
perf tools: Add strfilter for general purpose string filter
|
há 14 anos atrás |
string.c
|
bad03ae476
perf probe: Move strtailcmp to string.c
|
há 14 anos atrás |
strlist.c
|
3e3405906d
perf probe: Fix --del to update current event list
|
há 15 anos atrás |
strlist.h
|
abf5ef7247
perf tools: Add for_each macros for strlist
|
há 15 anos atrás |
svghelper.c
|
e853072055
perf timechart: Fix black idle boxes in the title
|
há 14 anos atrás |
svghelper.h
|
8b40f521cf
perf tools: Protect header files with a consistent style
|
há 16 anos atrás |
symbol.c
|
2ef1ea3826
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
|
há 13 anos atrás |
symbol.h
|
d04b35f808
perf symbols: Add nr_events to symbol_conf
|
há 13 anos atrás |
thread.c
|
b424eba271
perf session: Move threads to struct machine
|
há 13 anos atrás |
thread.h
|
743eb86865
perf tools: Resolve machine earlier and pass it to perf_event_ops
|
há 13 anos atrás |
thread_map.c
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
thread_map.h
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
tool.h
|
ee29be625b
perf tools: Save some loops using perf_evlist__id2evsel
|
há 13 anos atrás |
top.c
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
top.h
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
trace-event-info.c
|
172d1b0b73
perf tools: Fix compile error on x86_64 Ubuntu
|
há 13 anos atrás |
trace-event-parse.c
|
2ef1ea3826
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
|
há 13 anos atrás |
trace-event-read.c
|
cbb5cf7ff6
perf: Use read() instead of lseek() in trace_event_read.c:skip()
|
há 15 anos atrás |
trace-event-scripting.c
|
743eb86865
perf tools: Resolve machine earlier and pass it to perf_event_ops
|
há 13 anos atrás |
trace-event.h
|
743eb86865
perf tools: Resolve machine earlier and pass it to perf_event_ops
|
há 13 anos atrás |
types.h
|
9486aa3877
perf tools: Fix 64 bit integer format strings
|
há 14 anos atrás |
usage.c
|
0d37aa34f8
perf tools: Introduce per user view
|
há 13 anos atrás |
util.c
|
1aed267173
perf kvm: Do guest-only counting by default
|
há 13 anos atrás |
util.h
|
2ef1ea3826
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
|
há 13 anos atrás |
values.c
|
0161d82e9b
perf tools: Fix a memory leak on perf_read_values_destroy
|
há 13 anos atrás |
values.h
|
8b40f521cf
perf tools: Protect header files with a consistent style
|
há 16 anos atrás |
wrapper.c
|
151f85a471
perf tools: remove xstrndup, xmalloc, xzalloc
|
há 15 anos atrás |
xyarray.c
|
69aad6f1ee
perf tools: Introduce event selectors
|
há 14 anos atrás |
xyarray.h
|
69aad6f1ee
perf tools: Introduce event selectors
|
há 14 anos atrás |