summaryrefslogtreecommitdiff
path: root/tools/perf/util/header.c
AgeCommit message (Expand)Author
2019-10-11perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa
2019-10-05perf record: Support aarch64 random socket_id assignmentTan Xiaojun
2019-08-25perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo
2019-08-25perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver
2019-08-16perf tools: Fix proper buffer size for feature processingJiri Olsa
2019-07-31perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer
2019-07-03perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-02-12perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-09-26perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa
2018-08-24perf record: Support s390 random socket_id assignmentThomas Richter
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-17perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros
2017-07-18perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd for printDavid Carrillo-Cisneros
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros
2017-07-18perf header: Fail on write_padded errorDavid Carrillo-Cisneros
2017-07-18perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros
2017-07-18perf header: Encapsulate read and swapDavid Carrillo-Cisneros
2017-06-19perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim
2017-06-05perf header: Set proper module name when build-id event foundNamhyung Kim
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-11perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros
2017-03-27perf utils: Readlink /proc/self/exe to find the perf binaryTommi Rantala
2017-03-27perf utils: use sizeof(buf) - 1 in readlink() callTommi Rantala
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek
2017-02-17perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek
2017-02-08perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo
2017-01-26perf util: Add more debug message on failure pathNamhyung Kim
2017-01-17perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA
2016-10-24perf header: Display feature name on write failureJiri Olsa
2016-10-24perf header: Display missing featuresJiri Olsa
2016-10-24perf report: Move captured info to generic header infoJiri Olsa
2016-10-13perf header: Set nr_numa_nodes only when we parsed all the dataJiri Olsa
2016-08-23perf tools: Use __weak definition from linux/compiler.hRui Teng