summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo
2016-03-23perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo
2016-03-23perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo
2016-03-23perf tools: Simplify die() mechanismArnaldo Carvalho de Melo
2016-03-23perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo
2016-03-23perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-18perf symbols: Record text offset in dso to calculate objdump addressWang Nan
2016-03-11perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim
2016-03-10perf tools: Remove hist_entry->fmt fieldNamhyung Kim
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim
2016-03-10perf jitdump: Build only on supported archsJiri Olsa
2016-03-09perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa
2016-03-09perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa
2016-03-09perf tools: Fix perf script python database export crashChris Phlipot
2016-03-09perf jitdump: DWARF is also neededArnaldo Carvalho de Melo
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim
2016-03-08perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter
2016-03-08perf jit: Move clockid validationAdrian Hunter
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter
2016-03-08perf session: Simplify tool stubsAdrian Hunter
2016-03-08perf tools: Explicitly declare inc_group_count as a void functionColin Ian King
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf
2016-03-03perf stat: Check for frontend stalled for metricsAndi Kleen
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo
2016-03-03perf script: Fix double free on command_lineColin Ian King
2016-03-03perf stat: Support metrics in --per-core/socket modeAndi Kleen
2016-03-03perf stat: Implement CSV metrics outputAndi Kleen
2016-03-03perf data: Explicitly set byte order for integer typesWang Nan
2016-03-03perf data: Support converting data from bpf_perf_event_output()Wang Nan
2016-03-03perf tools: Fix locale handling in pmu parsingJiri Olsa
2016-02-29perf tools: Fix python extension buildJiri Olsa
2016-02-26perf tools: Only set filter for tracepoints eventsWang Nan