aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13perf tools: Generalize percent_color_snprintf()Ramkumar Ramachandra1-2/+3
2014-01-13perf record: Add --initial-delay optionAndi Kleen4-2/+15
2014-01-13perf tools: Use the DWARF unwind info only if loadedJean Pihet1-4/+4
2014-01-13perf tools: Add test for building detached source tarballsArnaldo Carvalho de Melo2-2/+29
2014-01-13perf tools: Include tools/lib/api/ in MANIFESTArnaldo Carvalho de Melo1-1/+1
2014-01-13tools include: Move perf's bug.h to a generic placeNamhyung Kim3-23/+2
2014-01-13tools include: Define likely/unlikely in linux/compiler.hNamhyung Kim1-0/+1
2014-01-13tools include: Move perf's linux/compiler.h to a generic placeNamhyung Kim3-31/+2
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo24-86/+151
2014-01-13perf report: Move histogram entries collapsing to separate functionArnaldo Carvalho de Melo1-28/+45
2014-01-13perf report: Move hist browser selection code to separate functionArnaldo Carvalho de Melo1-33/+46
2014-01-13perf report: Move logic to warn about kptr_restrict'ed kernels to separate functionArnaldo Carvalho de Melo1-26/+30
2014-01-13tools perf: Comment typo fixCody P Schafer1-1/+1
2014-01-13perf stat: Fix --delay option in man pageAndi Kleen1-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 tools: Automate setup of FEATURE_CHECK_(C|LD)FLAGS-all variablesJiri Olsa1-3/+11
2014-01-13perf trace: Pack 'struct trace'Arnaldo Carvalho de Melo1-8/+9
2014-01-13perf header: Pack 'struct perf_session_env'Arnaldo Carvalho de Melo1-5/+5
2014-01-13perf tests: Fix installation tests path setupJiri Olsa1-10/+20
2014-01-13perf tools: Move arch setup into seprate MakefileJiri Olsa2-34/+40
2014-01-13perf stat: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2014-01-13perf tests: Fixup leak on error path in parse events testArnaldo Carvalho de Melo1-3/+3
2014-01-13perf evlist: Auto unmap on destructorArnaldo Carvalho de Melo11-24/+13
2014-01-13perf evlist: Close fds on destructorArnaldo Carvalho de Melo11-26/+10
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo15-58/+32
2014-01-13perf record: Remove old evsel_list usageArnaldo Carvalho de Melo1-24/+19
2014-01-13perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo7-40/+32
2014-01-13perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo3-11/+60
2014-01-13perf stat: Don't show counter information when workload failsArnaldo Carvalho de Melo1-1/+25
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo29-81/+84
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo22-103/+56
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo7-62/+31
2013-12-26perf ui/tui: Implement header windowNamhyung Kim4-0/+136
2013-12-26perf ui/tui: Split help message for perf top and reportNamhyung Kim1-19/+30
2013-12-26perf ui/tui: Protect windows by ui__lockNamhyung Kim1-3/+16
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu4-17/+138
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu2-10/+16
2013-12-23perf config: Ignore generated files in feature-checksChunwei Chen3-58/+60
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-20perf report: Print session information only if --stdio is givenNamhyung Kim1-7/+9
2013-12-20perf report: Use pr_*() functions where applicableNamhyung Kim1-4/+4
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo10-32/+26
2013-12-19perf mem: Remove unused parameter from dump_raw_samples()Arnaldo Carvalho de Melo1-3/+2
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo1-13/+7