aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23perf symbols: Load map before using map->map_ip()Masami Hiramatsu1-1/+2
2014-01-21perf symbols: Fix JIT symbol resolution on heapNamhyung Kim1-2/+2
2014-01-20perf stat: Fix memory corruption of xyarray when cpumask is usedStephane Eranian1-2/+5
2014-01-20perf evsel: Remove duplicate member zeroing after freeStephane Eranian1-1/+0
2014-01-20perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox1-1/+1
2014-01-20perf stat: fix NULL pointer reference bug with event unitStephane Eranian3-6/+22
2014-01-20perf session: Free cpu_map in perf_session__cpu_bitmapStanislav Fomichev1-3/+7
2014-01-17perf tools: Remove unnecessary callchain cursor state restore on unmatchFrederic Weisbecker1-3/+0
2014-01-17perf callchain: Spare double comparison of callchain first entryFrederic Weisbecker1-10/+10
2014-01-16perf tools: Do proper comm override error handlingFrederic Weisbecker3-11/+15
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu4-69/+37
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu2-0/+28
2014-01-16perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu1-0/+13
2014-01-15perf hists: Convert hist entry functions to use struct he_statNamhyung Kim1-11/+11
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim2-0/+29
2014-01-15perf tools: Remove symbol_conf.use_callchain checkNamhyung Kim1-2/+0
2014-01-15tools lib traceevent: Make plugin unload function receive peventNamhyung Kim1-1/+1
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim2-3/+3
2014-01-14perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo1-1/+1
2014-01-13perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo1-1/+4
2014-01-13perf diff: Color the Ratio columnRamkumar Ramachandra2-3/+8
2014-01-13perf tools: Generalize percent_color_snprintf()Ramkumar Ramachandra1-2/+3
2014-01-13perf record: Add --initial-delay optionAndi Kleen1-1/+2
2014-01-13perf tools: Use the DWARF unwind info only if loadedJean Pihet1-4/+4
2014-01-13tools include: Move perf's bug.h to a generic placeNamhyung Kim1-22/+0
2014-01-13tools include: Move perf's linux/compiler.h to a generic placeNamhyung Kim1-30/+0
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo8-42/+106
2014-01-13tools perf: Comment typo fixCody P Schafer1-1/+1
2014-01-13perf tools: Make perf_event__synthesize_mmap_events globalJiri Olsa2-6/+13
2014-01-13perf machine: Fix id_hdr_size initializationJiri Olsa1-0/+1
2014-01-13perf header: Pack 'struct perf_session_env'Arnaldo Carvalho de Melo1-5/+5
2014-01-13perf evlist: Auto unmap on destructorArnaldo Carvalho de Melo1-0/+4
2014-01-13perf evlist: Close fds on destructorArnaldo Carvalho de Melo1-0/+1
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo2-9/+4
2014-01-13perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo2-3/+12
2014-01-13perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo1-3/+8
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo24-74/+77
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo14-75/+42
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo5-57/+29
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu3-16/+137
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu1-9/+2
2013-12-23perf tools: Do not synthesize the treads of default guest.Dongsheng Yang1-0/+9
2013-12-23perf tools: Use machine->pid for tgid if machine is guest.Dongsheng Yang1-2/+6
2013-12-23perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine is guest.Dongsheng Yang1-1/+4
2013-12-23perf tools: Find the proc info under machine->root_dir.Dongsheng Yang1-3/+8
2013-12-23perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_map().Dongsheng Yang1-8/+3
2013-12-23perf kvm: Fix kvm report without guestmount.Dongsheng Yang1-1/+6
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo8-8/+6
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo1-13/+7
2013-12-19perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo1-17/+9