summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2013-10-21perf session: Add missing sample flush for piped eventsAdrian Hunter
2013-10-21perf evsel: Add missing decrement in id sample parsingAdrian Hunter
2013-10-18perf evsel: Add missing 'mmap2' from debug printAdrian Hunter
2013-10-17perf trace: Improve messages related to /proc/sys/kernel/perf_event_paranoidArnaldo Carvalho de Melo
2013-10-17perf tools: Introduce filename__read_int helperArnaldo Carvalho de Melo
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian
2013-10-17perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo
2013-10-17perf evlist: Introduce perf_evlist__strerror_tp methodArnaldo Carvalho de Melo
2013-10-15perf probe: Fix to initialize fname always before use itMasami Hiramatsu
2013-10-15perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo
2013-10-14perf symbols: Fix a mmap and munmap mismatched bugChenggang Qin
2013-10-14perf symbols: Fix a memory leak due to symbol__delete not being usedChenggang Qin
2013-10-14perf annotate: Another fix for annotate_browser__callq()Adrian Hunter
2013-10-14perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter
2013-10-14perf symbols: Add ability to find kcore in build-id cacheAdrian Hunter
2013-10-14perf tools: Add copyfile_mode()Adrian Hunter
2013-10-14perf annotate: Find kcore symbols on other mapsAdrian Hunter
2013-10-14perf symbols: Add map_groups__find_ams()Arnaldo Carvalho de Melo
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter
2013-10-14perf symbols: Validate kcore module addressesAdrian Hunter
2013-10-14perf tools: Fix old GCC build error in 'get_srcline'David Ahern
2013-10-14perf util: Add findnew method to intlistDavid Ahern
2013-10-11perf tools: Align perf version output to other build messagesIngo Molnar
2013-10-11perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter
2013-10-11perf intlist: Add priv memberDavid Ahern
2013-10-11perf machine: Add method to loop over threads and invoke handlerDavid Ahern
2013-10-11perf trace: Fix comm resolution when reading events from fileDavid Ahern
2013-10-11perf evlist: Fix perf_evlist__mmap_read event overflowJiri Olsa
2013-10-11perf tools: Move start conditions to start of the flex fileJiri Olsa
2013-10-11perf machine: Use snprintf instead of sprintfAdrian Hunter
2013-10-09perf tools: Fix srcline sort key behaviorNamhyung Kim
2013-10-09perf tools: Implement addr2line directly using libbfdRoberto Vitillo
2013-10-09perf tools: Save failed result of get_srcline()Namhyung Kim
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim
2013-10-09perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim
2013-10-09perf hists: Free srcline when freeing hist_entryNamhyung Kim
2013-10-09perf annotate: Reuse path from the result of addr2lineNamhyung Kim
2013-10-09perf sort: Fix a memory leak on srclineNamhyung Kim
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim
2013-10-09perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau
2013-10-09perf tools: Adding throttle event data struct supportJiri Olsa
2013-10-09perf evlist: Introduce perf_evlist__new_default functionJiri Olsa
2013-10-09perf tools: Add possibility to specify mmap sizeJiri Olsa
2013-10-09perf tools: Check mmap pages value earlyJiri Olsa
2013-10-09perf tools: Unify page_size usageJiri Olsa
2013-10-09perf tools: Remove unused trace-event-* codeJiri Olsa
2013-10-09perf symbols: Support for Openembedded/Yocto -dbg packagesRicardo Ribalda Delgado
2013-10-09tools/perf: Turn strlcpy() into a __weak functionIngo Molnar
2013-10-09tools/perf: Clean up util/include/linux/compiler.hIngo Molnar