Arnaldo Carvalho de Melo 668b8788f4 perf list: Allow filtering list of events 14 роки тому
..
include 361c99a661 perf evsel: Introduce perf_evlist 14 роки тому
scripting-engines fb7d0b3cef perf tool: Fix gcc 4.6.0 issues 14 роки тому
ui b99976e2d2 perf annotate browser: Use the percent color for the whole line 14 роки тому
PERF-VERSION-GEN 869599ceda perf: Version String fix, for fallback if not from git 15 роки тому
abspath.c a41794cdd7 perf tools: Remove some unused functions 15 роки тому
alias.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 роки тому
annotate.c 289c082044 perf annotate: Check if offset is less than symbol size 14 роки тому
annotate.h d5e3d74700 perf annotate: Fix annotate context lines regression 14 роки тому
bitmap.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ 15 роки тому
build-id.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
build-id.h b36f19d572 perf annotate: Use build-ids to find the right DSO 15 роки тому
cache.h 229ade9ba3 perf tools: Don't fallback to setup_pager unconditionally 14 роки тому
callchain.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
callchain.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
cgroup.c 023695d96e perf tool: Add cgroup support 14 роки тому
cgroup.h 023695d96e perf tool: Add cgroup support 14 роки тому
color.c a4e3b956a8 perf hist: Replace ->print() routines by ->snprintf() equivalents 15 роки тому
color.h a4e3b956a8 perf hist: Replace ->print() routines by ->snprintf() equivalents 15 роки тому
config.c 45de34bbe3 perf buildid: add perfconfig option to specify buildid cache dir 15 роки тому
cpumap.c 915fce20ec perf tools: Add missing cpu_map__delete() 14 роки тому
cpumap.h 915fce20ec perf tools: Add missing cpu_map__delete() 14 роки тому
ctype.c 2890284bcf perf tools: Move graph_line and graph_dotted_line from top 15 роки тому
debug.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
debug.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
debugfs.c 61be3e59ba perf trace: Clean up find_debugfs() 15 роки тому
debugfs.h 29c52aa230 perf tools: Mount debugfs automatically 15 роки тому
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 роки тому
event.c 7c940c18c5 Merge remote branch 'acme/perf/urgent' into perf/core 14 роки тому
event.h 7c940c18c5 Merge remote branch 'acme/perf/urgent' into perf/core 14 роки тому
evlist.c 7e2ed09753 perf evlist: Store pointer to the cpu and thread maps 14 роки тому
evlist.h 7e2ed09753 perf evlist: Store pointer to the cpu and thread maps 14 роки тому
evsel.c f0c55bcf4a perf: make perf stat print user provided full event names 14 роки тому
evsel.h f0c55bcf4a perf: make perf stat print user provided full event names 14 роки тому
exec_cmd.c 151f85a471 perf tools: remove xstrndup, xmalloc, xzalloc 15 роки тому
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions 15 роки тому
generate-cmdlist.sh 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 роки тому
header.c fb7d0b3cef perf tool: Fix gcc 4.6.0 issues 14 роки тому
header.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
help.c a41794cdd7 perf tools: Remove some unused functions 15 роки тому
help.h 8b40f521cf perf tools: Protect header files with a consistent style 16 роки тому
hist.c fec9cbd15b perf hists: Print number of samples, not the period sum 14 роки тому
hist.h ce6f4fab40 perf annotate: Move locking to struct annotation 14 роки тому
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ 15 роки тому
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 роки тому
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style 16 роки тому
map.c 9486aa3877 perf tools: Fix 64 bit integer format strings 14 роки тому
map.h 469b9b8848 perf probe: Add basic module support 14 роки тому
pager.c fde953c1c6 perf_counter tools: Remove dead code 16 роки тому
parse-events.c 668b8788f4 perf list: Allow filtering list of events 14 роки тому
parse-events.h 668b8788f4 perf list: Allow filtering list of events 14 роки тому
parse-options.c edb7c60e27 perf options: Type check all the remaining OPT_ variants 15 роки тому
parse-options.h e4e18d568b perf options: add OPT_CALLBACK_DEFAULT_NOOPT 14 роки тому
path.c f4e7ac0a23 perf tools: add test for strlcpy() 15 роки тому
probe-event.c 8737ebdea0 perf probe: Show filename which contains target function 14 роки тому
probe-event.h 3c42258c9a perf probe: Add filters support for available functions 14 роки тому
probe-finder.c 124bb83cd7 perf probe: Add bitfield member support 14 роки тому
probe-finder.h a71123977e perf tools: Remove hardcoded include paths for elfutils 14 роки тому
pstack.c 3e1bbdc3a7 perf newt: Make <- zoom out filters 15 роки тому
pstack.h d1b4f2491c perf ui: Move hists browser to util/ui/browsers/ 15 роки тому
python.c f6bbc1daac perf python: Fix build on 32-bit 14 роки тому
quote.c a41794cdd7 perf tools: Remove some unused functions 15 роки тому
quote.h a41794cdd7 perf tools: Remove some unused functions 15 роки тому
run-command.c a41794cdd7 perf tools: Remove some unused functions 15 роки тому
run-command.h a41794cdd7 perf tools: Remove some unused functions 15 роки тому
session.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
session.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 роки тому
setup.py 4498062e72 perf python: Add cgroup.c to setup.py to get it building again 14 роки тому
sigchain.c a41794cdd7 perf tools: Remove some unused functions 15 роки тому
sigchain.h a41794cdd7 perf tools: Remove some unused functions 15 роки тому
sort.c 1437a30aae perf hist: Better displaying of unresolved DSOs and symbols 14 роки тому
sort.h d2009c5130 perf: Keep track of the max depth of a callchain 15 роки тому
strbuf.c a41794cdd7 perf tools: Remove some unused functions 15 роки тому
strbuf.h a41794cdd7 perf tools: Remove some unused functions 15 роки тому
strfilter.c 68baa431ec perf tools: Add strfilter for general purpose string filter 14 роки тому
strfilter.h 68baa431ec perf tools: Add strfilter for general purpose string filter 14 роки тому
string.c ea187cfbb9 perf tools: Fix lazy wildcard matching 14 роки тому
strlist.c 3e3405906d perf probe: Fix --del to update current event list 15 роки тому
strlist.h abf5ef7247 perf tools: Add for_each macros for strlist 15 роки тому
svghelper.c 00e99a49f6 perf tools: Fix time function double declaration with glibc 14 роки тому
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style 16 роки тому
symbol.c fb7d0b3cef perf tool: Fix gcc 4.6.0 issues 14 роки тому
symbol.h cc22219699 Merge commit 'v2.6.37-rc8' into perf/core 14 роки тому
thread.c fd78260b53 perf threads: Move thread_map to separate file 14 роки тому
thread.h fd78260b53 perf threads: Move thread_map to separate file 14 роки тому
thread_map.c fd78260b53 perf threads: Move thread_map to separate file 14 роки тому
thread_map.h fd78260b53 perf threads: Move thread_map to separate file 14 роки тому
top.c 764328d320 perf top: Remove superfluous name_len field 14 роки тому
top.h ce6f4fab40 perf annotate: Move locking to struct annotation 14 роки тому
trace-event-info.c 69aad6f1ee perf tools: Introduce event selectors 14 роки тому
trace-event-parse.c fb7d0b3cef perf tool: Fix gcc 4.6.0 issues 14 роки тому
trace-event-read.c cbb5cf7ff6 perf: Use read() instead of lseek() in trace_event_read.c:skip() 15 роки тому
trace-event-scripting.c 0f940cb7d9 perf trace scripting: Fix extern struct definitions 15 роки тому
trace-event.h 69aad6f1ee perf tools: Introduce event selectors 14 роки тому
types.h 9486aa3877 perf tools: Fix 64 bit integer format strings 14 роки тому
usage.c 716c69feca perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available 16 роки тому
util.c 1e7972cc5c perf util: Move do_read from session to util 14 роки тому
util.h 1e7972cc5c perf util: Move do_read from session to util 14 роки тому
values.c 9486aa3877 perf tools: Fix 64 bit integer format strings 14 роки тому
values.h 8b40f521cf perf tools: Protect header files with a consistent style 16 роки тому
wrapper.c 151f85a471 perf tools: remove xstrndup, xmalloc, xzalloc 15 роки тому
xyarray.c 69aad6f1ee perf tools: Introduce event selectors 14 роки тому
xyarray.h 69aad6f1ee perf tools: Introduce event selectors 14 роки тому