You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/tools/perf/util
Lin Ming 7ee235efe5 perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cache 14 years ago
..
include perf tools: Add missing header, fixes build 14 years ago
scripting-engines perf: Rename 'perf trace' to 'perf script' 14 years ago
ui perf tools: Fix 64 bit integer format strings 14 years ago
PERF-VERSION-GEN perf: Version String fix, for fallback if not from git 15 years ago
abspath.c perf tools: Remove some unused functions 15 years ago
alias.c perf_counter tools: Add more warnings and fix/annotate them 16 years ago
bitmap.c perf tools: Don't use code surrounded by __KERNEL__ 15 years ago
build-id.c perf session: Parse sample earlier 14 years ago
build-id.h perf annotate: Use build-ids to find the right DSO 15 years ago
cache.h perf tools: add test for strlcpy() 15 years ago
callchain.c perf: Support for callchains merge 15 years ago
callchain.h Merge branch 'perf/urgent' into perf/core 15 years ago
color.c perf hist: Replace ->print() routines by ->snprintf() equivalents 15 years ago
color.h perf hist: Replace ->print() routines by ->snprintf() equivalents 15 years ago
config.c perf buildid: add perfconfig option to specify buildid cache dir 15 years ago
cpumap.c perf tools: Refactor cpumap to hold nr and the map 14 years ago
cpumap.h perf tools: Refactor cpumap to hold nr and the map 14 years ago
ctype.c perf tools: Move graph_line and graph_dotted_line from top 15 years ago
debug.c perf debug: Simplify trace_event 14 years ago
debug.h perf tools: Fix lost and unknown events handling 14 years ago
debugfs.c perf trace: Clean up find_debugfs() 15 years ago
debugfs.h perf tools: Mount debugfs automatically 15 years ago
environment.c
event.c perf tools: Fix thread_map event synthesizing in top and record 14 years ago
event.h perf tools: Fix thread_map event synthesizing in top and record 14 years ago
evsel.c perf stat: Fix aggreate counter reading accounting 14 years ago
evsel.h perf tools: Pass whole attr to event selectors 14 years ago
exec_cmd.c perf tools: remove xstrndup, xmalloc, xzalloc 15 years ago
exec_cmd.h perf tools: Remove some unused functions 15 years ago
generate-cmdlist.sh
header.c perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cache 14 years ago
header.h perf tools: Introduce event selectors 14 years ago
help.c perf tools: Remove some unused functions 15 years ago
help.h perf tools: Protect header files with a consistent style 16 years ago
hist.c perf hists: Print number of samples, not the period sum 14 years ago
hist.h perf session: Parse sample earlier 14 years ago
hweight.c perf tools: Don't use code surrounded by __KERNEL__ 15 years ago
levenshtein.c
levenshtein.h perf tools: Protect header files with a consistent style 16 years ago
map.c perf tools: Fix 64 bit integer format strings 14 years ago
map.h perf probe: Add basic module support 15 years ago
pager.c perf_counter tools: Remove dead code 16 years ago
parse-events.c perf tools: Fix 64 bit integer format strings 14 years ago
parse-events.h perf tools: Fix build when using gcc 3.4.6 14 years ago
parse-options.c perf options: Type check all the remaining OPT_ variants 15 years ago
parse-options.h perf options: add OPT_CALLBACK_DEFAULT_NOOPT 14 years ago
path.c perf tools: add test for strlcpy() 15 years ago
probe-event.c perf tools: Fix 64 bit integer format strings 14 years ago
probe-event.h perf probe: Add basic module support 15 years ago
probe-finder.c Merge commit 'v2.6.37-rc8' into perf/core 14 years ago
probe-finder.h perf tools: Remove hardcoded include paths for elfutils 14 years ago
pstack.c perf newt: Make <- zoom out filters 15 years ago
pstack.h perf ui: Move hists browser to util/ui/browsers/ 15 years ago
quote.c perf tools: Remove some unused functions 15 years ago
quote.h perf tools: Remove some unused functions 15 years ago
run-command.c perf tools: Remove some unused functions 15 years ago
run-command.h perf tools: Remove some unused functions 15 years ago
session.c perf tools: Fix 64 bit integer format strings 14 years ago
session.h perf util: Move do_read from session to util 14 years ago
sigchain.c perf tools: Remove some unused functions 15 years ago
sigchain.h perf tools: Remove some unused functions 15 years ago
sort.c perf hist: Better displaying of unresolved DSOs and symbols 14 years ago
sort.h perf: Keep track of the max depth of a callchain 15 years ago
strbuf.c perf tools: Remove some unused functions 15 years ago
strbuf.h perf tools: Remove some unused functions 15 years ago
string.c perf tools: Fix lazy wildcard matching 14 years ago
strlist.c perf probe: Fix --del to update current event list 15 years ago
strlist.h perf tools: Add for_each macros for strlist 15 years ago
svghelper.c perf timechart: Fix black idle boxes in the title 14 years ago
svghelper.h perf tools: Protect header files with a consistent style 16 years ago
symbol.c perf symbols: Fix vmlinux path when not using --symfs 14 years ago
symbol.h Merge commit 'v2.6.37-rc8' into perf/core 14 years ago
thread.c perf tools: Refactor all_tids to hold nr and the map 14 years ago
thread.h perf tools: Refactor all_tids to hold nr and the map 14 years ago
trace-event-info.c perf tools: Introduce event selectors 14 years ago
trace-event-parse.c Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
trace-event-read.c perf: Use read() instead of lseek() in trace_event_read.c:skip() 15 years ago
trace-event-scripting.c perf trace scripting: Fix extern struct definitions 15 years ago
trace-event.h perf tools: Introduce event selectors 14 years ago
types.h perf tools: Fix 64 bit integer format strings 14 years ago
usage.c perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available 16 years ago
util.c perf util: Move do_read from session to util 14 years ago
util.h perf util: Move do_read from session to util 14 years ago
values.c perf tools: Fix 64 bit integer format strings 14 years ago
values.h perf tools: Protect header files with a consistent style 16 years ago
wrapper.c perf tools: remove xstrndup, xmalloc, xzalloc 15 years ago
xyarray.c perf tools: Introduce event selectors 14 years ago
xyarray.h perf tools: Introduce event selectors 14 years ago