index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
perf_counter
/
util
Age
Commit message (
Expand
)
Author
2009-06-06
perf_counter tools: Add 'perf annotate' feature
Ingo Molnar
2009-06-06
perf_counter tools: Tidy up manpage details
Ingo Molnar
2009-06-06
perf_counter tools: Uniform help printouts
Ingo Molnar
2009-06-06
perf_counter tools: Fix cache-event printout
Ingo Molnar
2009-06-06
perf_counter tools: Add 'perf list' to list available events
Thomas Gleixner
2009-06-06
perf_counter: Implement generalized cache event types
Ingo Molnar
2009-06-06
perf_counter: Separate out attr->type from attr->config
Ingo Molnar
2009-06-05
perf report: Deal with maps
Peter Zijlstra
2009-06-04
perf_counter tools: Fix warn_unused_result warnings
Frederic Weisbecker
2009-06-04
perf_counter tools: Dont output in color on !tty
Ingo Molnar
2009-06-04
perf_counter tools: Add color terminal output support
Ingo Molnar
2009-06-04
perf_counter tools: Print out symbol parsing errors only if --verbose
Ingo Molnar
2009-06-03
perf_counter tools: Work around warnings in older GCCs
Ingo Molnar
2009-06-03
perf_counter tools: Fix off-by-one bug in symbol__new
Arnaldo Carvalho de Melo
2009-06-03
perf help: Fix bug when there's no perf-* command around
Ingo Molnar
2009-06-03
perf record: Use long arg for counter period
Peter Zijlstra
2009-06-03
perf_counter tools: Cover PLT symbols too
Arnaldo Carvalho de Melo
2009-06-02
perf_counter tools: Add missing rb_erase in dso__delete_symbols
Arnaldo Carvalho de Melo
2009-06-02
perf_counter tools: Use hex2u64 in more places
Arnaldo Carvalho de Melo
2009-06-02
perf_counter tools: Add string.[ch]
Arnaldo Carvalho de Melo
2009-05-31
perf_counter tools: Fix unknown command help text
Ingo Molnar
2009-05-28
perf_counter tools: Optionally pass a symbol filter to the dso load routines
Arnaldo Carvalho de Melo
2009-05-28
perf_counter tools: Consolidate dso methods to load kernel symbols
Arnaldo Carvalho de Melo
2009-05-28
perf_counter tools: struct symbol priv area
Arnaldo Carvalho de Melo
2009-05-28
perf_counter tools: Move symbol resolution classes from report to libperf
Arnaldo Carvalho de Melo
2009-05-27
perf_counter tools: Add built-in pager support
Ingo Molnar
2009-05-27
perf_counter tools: Introduce stricter C code checking
Ingo Molnar
2009-05-26
perf_counter: Add our private copy of list.h
Arnaldo Carvalho de Melo
2009-05-26
perf_counter: Use rb_trees in perf report
Arnaldo Carvalho de Melo
2009-05-26
perf stat: Convert to Git option parsing
Ingo Molnar
2009-05-26
perf_counter tools: Librarize event string parsing
Ingo Molnar
2009-04-27
perf_counter tools: move helper library to util/*
Ingo Molnar