summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2015-09-28perf intel-pt: Support generating branch stackAdrian Hunter
2015-09-28perf intel-pt: Move branch filter logicAdrian Hunter
2015-09-28perf inject: Set branch stack feature flag when synthesizing branch stacksAdrian Hunter
2015-09-28perf report: Skip events with null branch stacksAdrian Hunter
2015-09-28perf report: Also do default setup for synthesized branch stacksAdrian Hunter
2015-09-28perf report: Adjust sample type validation for synthesized branch stacksAdrian Hunter
2015-09-28perf auxtrace: Add option to synthesize branch stacks on samplesAdrian Hunter
2015-09-28perf tools: Add more documentation to export-to-postgresql.py scriptAdrian Hunter
2015-09-28perf session: Warn when AUX data has been lostAdrian Hunter
2015-09-28perf script: Allow time to be displayed in nanosecondsAdrian Hunter
2015-09-28perf intel-pt: Make logging slightly more efficientAdrian Hunter
2015-09-28perf intel-pt: Fix potential loop foreverAdrian Hunter
2015-09-28perf report: Fix sample type validation for synthesized callchainsAdrian Hunter
2015-09-28perf auxtrace: Fix 'instructions' period of zeroAdrian Hunter
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa
2015-09-28perf tools: Rename the 'single_dep' target to 'prepare'Jiri Olsa
2015-09-28tools build: Add Makefile.includeJiri Olsa
2015-09-28perf tools: Use __map__is_kernel() when synthesizing kernel module mmap recordsArnaldo Carvalho de Melo
2015-09-28perf hists browser: Use the map to determine if a DSO is being used as a kernelArnaldo Carvalho de Melo
2015-09-28perf top: Filter symbols based on __map__is_kernel(map)Arnaldo Carvalho de Melo
2015-09-28Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar
2015-09-25perf tools: Fix copying of /proc/kcoreAdrian Hunter
2015-09-25perf intel-pt: Remove no_force_psb from documentationAdrian Hunter
2015-09-25perf probe: Use existing routine to look for a kernel module by dso->short_nameArnaldo Carvalho de Melo
2015-09-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-09-23Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...Ingo Molnar
2015-09-22perf record: Synthesize COMM event for a command line workloadNamhyung Kim
2015-09-22perf tools: Add include/err.h into MANIFESTJiri Olsa
2015-09-21perf tools: Don't assume that the parser returns non empty evsel listWang Nan
2015-09-21perf probe: Fix a segfault when removing uprobe eventsMasami Hiramatsu
2015-09-18perf record: Avoid infinite loop at buildid processing with no samplesMark Rutland
2015-09-18Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2015-09-17perf tools: Bool functions shouldn't return -1Peter Senna Tschudin
2015-09-17tools build: Add test for presence of __get_cpuid() gcc builtinArnaldo Carvalho de Melo
2015-09-17tools build: Add test for presence of numa_num_possible_cpus() in libnumaArnaldo Carvalho de Melo
2015-09-17Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"Arnaldo Carvalho de Melo
2015-09-16perf stat: Fix per-pkg event reporting bugStephane Eranian
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar
2015-09-15perf tests: Fix software clock events test setting mapsAdrian Hunter
2015-09-15perf tests: Fix task exit test setting mapsAdrian Hunter
2015-09-15perf evlist: Fix create_syswide_maps() not propagating mapsAdrian Hunter
2015-09-15perf evlist: Fix add() not propagating mapsAdrian Hunter
2015-09-15perf evlist: Factor out a function to propagate maps for a single evselAdrian Hunter
2015-09-15perf evlist: Make create_maps() use set_maps()Adrian Hunter
2015-09-15perf evlist: Make set_maps() more resilientAdrian Hunter
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter
2015-09-15perf evlist: Fix missing thread_map__put in propagate_maps()Adrian Hunter
2015-09-15perf evlist: Fix splice_list_tail() not setting evlistAdrian Hunter
2015-09-15perf evlist: Add has_user_cpus memberAdrian Hunter
2015-09-15perf evlist: Remove redundant validation from propagate_maps()Adrian Hunter