summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2012-01-12perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt
2011-12-09perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt
2011-11-11perf probe: Fix to show correct error stringMasami Hiramatsu
2011-09-29perf tools: Fix raw sample readingJiri Olsa
2011-09-23perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern
2011-09-23perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard
2011-09-23perf symbols: Synthesize anonymous mmap eventsAnton Blanchard
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard
2011-09-23perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard
2011-09-23perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard
2011-09-23perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard
2011-09-23perf probe: Fix regression of variable finderMasami Hiramatsu
2011-08-18perf tools: Fix build against newer glibcJosh Boyer
2011-08-18perf tools: Fix error handling of unknown eventsStephane Eranian
2011-08-18perf evlist: Fix missing event name init for default eventStephane Eranian
2011-08-18perf list: Fix exit valueStephane Eranian
2011-08-12perf probe: Filter out redundant inline-instancesMasami Hiramatsu
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu
2011-08-12perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu
2011-08-12perf probe: Fix to walk all inline instancesMasami Hiramatsu
2011-08-12perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu
2011-08-12perf probe: Fix line walker to check CU correctlyMasami Hiramatsu
2011-08-12perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu
2011-08-12perf: fix temporary file ownership checkVasiliy Kulikov
2011-08-11perf report: Use properly build_id kernel binariesJiri Olsa
2011-08-10perf top browser: Remove spurious helpline updateArnaldo Carvalho de Melo
2011-08-09perf symbols: Check '/tmp/perf-' symbol file ownershipPekka Enberg
2011-08-09perf tools: Check $HOME/.perfconfig ownershipArnaldo Carvalho de Melo
2011-08-08perf tools: Add support to install perf python extensionJiri Olsa
2011-08-08perf tools: do not look at ./config for configurationJonathan Nieder
2011-08-08perf probe: Fix coredump introduced by probe module optionJovi Zhang
2011-07-25perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tablesArnaldo Carvalho de Melo
2011-07-25perf evlist: Introduce 'disable' methodArnaldo Carvalho de Melo
2011-07-22perf buildid-cache: Zero out buffer of filenames when adding/removing buildidHan Pingtian
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa
2011-07-21perf script: Fix display of IP address for non-callchain pathDavid Ahern
2011-07-21perf tools: Fix endian conversion reading event attr from file headerDavid Ahern
2011-07-21perf tools: Add missing 'node' alias to the hw_cache[] arrayJiri Olsa
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu
2011-07-15perf probe: Remove redundant dwarf functionsMasami Hiramatsu
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDMasami Hiramatsu
2011-07-14perf: Robustify proc and debugfs file recordingSonny Rao