summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2017-09-10perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo
2017-07-31perf pmu: Fix misleadingly indented assignment (whitespace)Markus Trippelsdorf
2017-07-31perf tools: Remove duplicate const qualifierEric Engestrom
2017-07-31perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2017-07-31perf scripting perl: Fix compile error with some perl5 versionsWang YanQing
2017-07-31perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo
2017-07-31tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo
2016-07-10perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz
2016-04-18perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen
2016-02-03perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria
2015-10-22perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo
2015-10-22perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo
2015-10-22perf tools: Fix copying of /proc/kcoreAdrian Hunter
2015-08-10perf symbols: Store if there is a filter in placeArnaldo Carvalho de Melo
2015-08-03perf bench numa: Fix to show proper convergence statsSrikar Dronamraju
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan
2015-04-27perf probe: Fix bug with global variables handlingHe Kuang
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-13perf probe: Fix segfault when probe with lazy_line to fileHe Kuang
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota
2015-04-13perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang
2015-04-10perf evlist: Fix type for references to data_head/tailDavid Ahern
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang
2015-04-10perf tools: Fix cross-endian analysisDavid Ahern
2015-04-10perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo
2015-04-10perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa
2015-04-08perf probe: Fix ARM 32 building errorWang Nan
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra
2015-04-08perf record: Add clockid parameterPeter Zijlstra
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan
2015-04-08perf evlist: Fix inverted logic in perf_mmap__emptyHe Kuang
2015-04-02perf data: Support using -f to override perf.data file ownership for 'convert'Yunlong Song
2015-04-02perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song
2015-04-02perf evlist: Support using -f to override perf.data file ownershipYunlong Song
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo
2015-03-31perf ordered_samples: Remove references to perf_{evlist,tool} and machinesArnaldo Carvalho de Melo
2015-03-31perf session: Always initialize ordered_eventsArnaldo Carvalho de Melo
2015-03-31perf tools: Fix ppid for synthesized fork eventsDavid Ahern
2015-03-31perf tools: Refactor comm/tgid lookupDavid Ahern
2015-03-31perf callchain: Fix kernel symbol resolution by remembering the cpumodeDavid Hildenbrand
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar
2015-03-26perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo