Arnaldo Carvalho de Melo f14d570785 perf evsel: No need to drag util/cgroup.h il y a 10 ans
..
include 42f60c2d63 Revert "perf tools: Default to cpu// for events v5" il y a 10 ans
scripting-engines 8f651eae18 perf callchain: Move the callchain_param extern to callchain.h il y a 10 ans
PERF-VERSION-GEN a614d01bdd perf tools: Fix version when building out of tree il y a 11 ans
abspath.c a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
alias.c 046625231a perf tools: Introduce zfree il y a 11 ans
annotate.c 2c241bd35e perf symbols: Make sym->end be the first address after the symbol range il y a 10 ans
annotate.h d944c4eebc tools: Consolidate types.h il y a 11 ans
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object il y a 13 ans
build-id.c 13ce34df11 perf tools: Use tid for finding thread il y a 11 ans
build-id.h d944c4eebc tools: Consolidate types.h il y a 11 ans
cache.h 94c0655fc1 perf tools: Add perf_config_u64 function il y a 11 ans
callchain.c 2b9240cafe perf tools: Introduce perf_callchain_config() il y a 11 ans
callchain.h 8f651eae18 perf callchain: Move the callchain_param extern to callchain.h il y a 10 ans
cgroup.c 0050f7aa18 perf evlist: Introduce evlist__for_each() & friends il y a 11 ans
cgroup.h 023695d96e perf tool: Add cgroup support il y a 14 ans
cloexec.c 6e81c74cbf perf util: Replace strerror with strerror_r for thread-safety il y a 11 ans
cloexec.h 57480d2cd9 perf tools: Enable close-on-exec flag on perf file descriptor il y a 11 ans
color.c d675107ce6 perf tools: Make __hpp__fmt() receive an additional len argument il y a 11 ans
color.h d675107ce6 perf tools: Make __hpp__fmt() receive an additional len argument il y a 11 ans
comm.c 65de51f93e perf tools: Identify which comms are from exec il y a 11 ans
comm.h 65de51f93e perf tools: Identify which comms are from exec il y a 11 ans
config.c 49757c9cc7 perf tools: Fix line number in the config file error message il y a 11 ans
cpumap.c f5b1f4e483 perf tools: Use cpu/possible instead of cpu/kernel_max il y a 11 ans
cpumap.h 7780c25bae perf tools: Allow ability to map cpus to nodes easily il y a 11 ans
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h il y a 13 ans
data.c 6e81c74cbf perf util: Replace strerror with strerror_r for thread-safety il y a 11 ans
data.h 6f9a317f2a perf tools: Add perf_data_file__write interface il y a 11 ans
debug.c cee3ab9caa perf tools: Add debug prints for ordered events queue il y a 11 ans
debug.h b2348e1d8a perf: Use strerror_r instead of strerror il y a 11 ans
dso.c 4598a0a6d2 perf symbols: Improve DSO long names lookup speed with rbtree il y a 11 ans
dso.h 4598a0a6d2 perf symbols: Improve DSO long names lookup speed with rbtree il y a 11 ans
dwarf-aux.c 082f96a93e perf probe: Fix perf probe to find correct variable DIE il y a 11 ans
dwarf-aux.h e08cfd4bda perf probe: Fix to find line information for probe list il y a 12 ans
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ il y a 16 ans
event.c a5c2a4c956 perf tools: Fix perf record as non root with kptr_restrict == 1 il y a 11 ans
event.h 4318bcb70e perf tools: Move events_stats struct to event.h il y a 10 ans
evlist.c b2e19a934a perf evlist: Fix for double free in tools/perf stat il y a 10 ans
evlist.h 724ce97e9f perf evlist: Add missing 'struct option' forward declaration il y a 10 ans
evsel.c f14d570785 perf evsel: No need to drag util/cgroup.h il y a 10 ans
evsel.h f14d570785 perf evsel: No need to drag util/cgroup.h il y a 10 ans
exec_cmd.c a3d1ee10d1 perf tools: Makefile: Remove various and sundry cruft il y a 14 ans
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
generate-cmdlist.sh 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT il y a 12 ans
header.c 8fa7d87f91 perf symbols: Encapsulate dsos list head into struct dsos il y a 11 ans
header.h 1f625b0b3d perf tools: Add dsos__hit_all() il y a 11 ans
help.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs il y a 11 ans
help.h 8b40f521cf perf tools: Protect header files with a consistent style il y a 16 ans
hist.c a635fc511e perf tools: Remove hists from evsel il y a 10 ans
hist.h a635fc511e perf tools: Remove hists from evsel il y a 10 ans
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ il y a 15 ans
intlist.c 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
intlist.h 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
kvm-stat.h 3ae4a76ac8 perf kvm stat report: Save pid string in opts.target.pid il y a 11 ans
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ il y a 16 ans
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style il y a 16 ans
machine.c e167f995e2 perf machine: Add missing dsos->root rbtree root initialization il y a 10 ans
machine.h 8fa7d87f91 perf symbols: Encapsulate dsos list head into struct dsos il y a 11 ans
map.c 4955ea225d perf tools: Fixup off-by-one comparision in maps__find il y a 10 ans
map.h 5835eddab6 perf tools: Add thread parameter to vdso__dso_findnew() il y a 11 ans
ordered-events.c 54bf53b1cb perf session: Add option to copy events when queueing il y a 10 ans
ordered-events.h 54bf53b1cb perf session: Add option to copy events when queueing il y a 10 ans
pager.c 21cfc5e103 perf tools: Add cat as fallback pager il y a 11 ans
parse-events.c dcb4e1022b perf tools: Parse the pmu event prefix and suffix il y a 10 ans
parse-events.h dcb4e1022b perf tools: Parse the pmu event prefix and suffix il y a 10 ans
parse-events.l ba32a4511c perf tools: Add support to new style format of kernel PMU event il y a 10 ans
parse-events.y ba32a4511c perf tools: Add support to new style format of kernel PMU event il y a 10 ans
parse-options.c 09a71b97cc perf kvm: introduce --list-cmds for use by scripts il y a 11 ans
parse-options.h ea8e08a16a perf tools: Add option macro OPT_CALLBACK_OPTARG il y a 11 ans
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function il y a 12 ans
perf_regs.c 0c4e774fad perf tools: Cache register accesses for unwind processing il y a 11 ans
perf_regs.h 0c4e774fad perf tools: Cache register accesses for unwind processing il y a 11 ans
pmu.c dcb4e1022b perf tools: Parse the pmu event prefix and suffix il y a 10 ans
pmu.h dcb4e1022b perf tools: Parse the pmu event prefix and suffix il y a 10 ans
pmu.l cd82a32e99 perf tools: Add perf pmu object to access pmu format definition il y a 13 ans
pmu.y 85df3b3769 perf tools: Fix build with bison 2.3 and older. il y a 12 ans
probe-event.c 8fa7d87f91 perf symbols: Encapsulate dsos list head into struct dsos il y a 11 ans
probe-event.h 2b394bc446 perf probe: Do not access kallsyms when analyzing user binaries il y a 11 ans
probe-finder.c 664fee3dc3 perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol name il y a 11 ans
probe-finder.h a15ad2f536 perf probe: Support distro-style debuginfo for uprobe il y a 11 ans
pstack.c 84f5d36f48 perf tools: Move pr_* debug macros into debug object il y a 11 ans
pstack.h 316c7136f8 perf tools: Finish the removal of 'self' arguments il y a 11 ans
python-ext-sources cd0cfad74e perf tools: Move fs.* to lib/api/fs/ il y a 11 ans
python.c 1b85337d06 tools lib api: Adopt fdarray class from perf's evlist il y a 11 ans
quote.c a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
quote.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
rblist.c 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
rblist.h 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
record.c 60b0896cc3 perf evlist: Add perf_evlist__set_tracking_event() il y a 11 ans
run-command.c 6e81c74cbf perf util: Replace strerror with strerror_r for thread-safety il y a 11 ans
run-command.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
session.c 54bf53b1cb perf session: Add option to copy events when queueing il y a 10 ans
session.h 2a1731fb85 perf session: Remove last reference to hists struct il y a 10 ans
setup.py 553873e1df tools/: Convert to new topic libraries il y a 11 ans
sigchain.c a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
sigchain.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
sort.c 4ea062ed43 perf evsel: Add hists helper il y a 10 ans
sort.h 2f3f9bcf00 perf tools: Add +field argument support for --field option il y a 11 ans
srcline.c 7d16c63423 perf tools: Fix build error due to zfree() cast il y a 11 ans
stat.c ffe4f3c0d1 perf stats: Add max and min stats il y a 12 ans
stat.h d944c4eebc tools: Consolidate types.h il y a 11 ans
strbuf.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs il y a 11 ans
strbuf.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
strfilter.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs il y a 11 ans
strfilter.h 316c7136f8 perf tools: Finish the removal of 'self' arguments il y a 11 ans
string.c 42f60c2d63 Revert "perf tools: Default to cpu// for events v5" il y a 10 ans
strlist.c 7d16c63423 perf tools: Fix build error due to zfree() cast il y a 11 ans
strlist.h d8639f068a perf tools: Stop using 'self' in strlist il y a 12 ans
svghelper.c b97b59b93d perf timechart: Implement IO mode il y a 11 ans
svghelper.h b97b59b93d perf timechart: Implement IO mode il y a 11 ans
symbol-elf.c 8fa7d87f91 perf symbols: Encapsulate dsos list head into struct dsos il y a 11 ans
symbol-minimal.c 2b5b8bb27b perf tools: Add dso__type() il y a 11 ans
symbol.c 2c241bd35e perf symbols: Make sym->end be the first address after the symbol range il y a 10 ans
symbol.h 2c241bd35e perf symbols: Make sym->end be the first address after the symbol range il y a 10 ans
target.c 3aa5939d71 perf record: Make per-cpu mmaps the default. il y a 11 ans
target.h 9c105fbc94 perf target: Move the checking of which map function to call into function. il y a 11 ans
thread.c 66f066d899 perf callchain: Create an address space per thread il y a 10 ans
thread.h 65de51f93e perf tools: Identify which comms are from exec il y a 11 ans
thread_map.c 641556c98c perf thread_map: Create dummy constructor out of open coded equivalent il y a 10 ans
thread_map.h 641556c98c perf thread_map: Create dummy constructor out of open coded equivalent il y a 10 ans
tool.h 0a8cb85c20 perf tools: Rename ordered_samples bool to ordered_events il y a 11 ans
top.c b40067964f perf tools: Rename 'perf_record_opts' to 'record_opts il y a 11 ans
top.h d944c4eebc tools: Consolidate types.h il y a 11 ans
trace-event-info.c 84f5d36f48 perf tools: Move pr_* debug macros into debug object il y a 11 ans
trace-event-parse.c b58f608e31 perf tools: Fix memory leak in event_format__print function il y a 11 ans
trace-event-read.c ff527bccd4 perf tools: Remove needless getopt.h includes il y a 11 ans
trace-event-scripting.c d445dd2a78 perf scripting: Add 'flush' callback to scripting API il y a 11 ans
trace-event.c 8d0c2224ca tools lib traceevent: Make plugin unload function receive pevent il y a 11 ans
trace-event.h d445dd2a78 perf scripting: Add 'flush' callback to scripting API il y a 11 ans
tsc.c a6a69db4b6 perf tools: Move rdtsc() function il y a 11 ans
tsc.h a6a69db4b6 perf tools: Move rdtsc() function il y a 11 ans
unwind-libdw.c 84f5d36f48 perf tools: Move pr_* debug macros into debug object il y a 11 ans
unwind-libdw.h 5ea8415407 perf tools: Add libdw DWARF post unwind support il y a 11 ans
unwind-libunwind.c 66f066d899 perf callchain: Create an address space per thread il y a 10 ans
unwind.h 66f066d899 perf callchain: Create an address space per thread il y a 10 ans
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() il y a 13 ans
util.c 23aadb1fcd perf callchain: Move callchain_param to util object in to fix python test il y a 11 ans
util.h 512fe36537 perf tools: define _DEFAULT_SOURCE for glibc_2.20 il y a 11 ans
values.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs il y a 11 ans
values.h d944c4eebc tools: Consolidate types.h il y a 11 ans
vdso.c 5835eddab6 perf tools: Add thread parameter to vdso__dso_findnew() il y a 11 ans
vdso.h 5835eddab6 perf tools: Add thread parameter to vdso__dso_findnew() il y a 11 ans
wrapper.c 1d037ca164 perf tools: Use __maybe_used for unused variables il y a 13 ans
xyarray.c 69aad6f1ee perf tools: Introduce event selectors il y a 14 ans
xyarray.h 69aad6f1ee perf tools: Introduce event selectors il y a 14 ans