summary refs log tree commit diff
path: root/tools
AgeCommit message (Expand)Author
2021-02-08perf powerpc: Support exposing Performance Monitor Counter SPRs as part of ex...Athira Rajeev
2021-02-08perf probe: Add protection to avoid endless loopJianlin Lv
2021-02-03perf trace-event-info: Rename for_each_event.Ian Rogers
2021-02-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-02-03perf powerpc: Fix gap between kernel end and module startAthira Rajeev
2021-02-03perf inject jit: Add namespaces supportYonatan Goldschmidt
2021-02-03perf namespaces: Add 'in_pidns' to nsinfo structYonatan Goldschmidt
2021-02-03perf tools: Use scandir() to iterate threads when synthesizing PERF_RECORD_ e...Namhyung Kim
2021-02-03perf tools: Skip PERF_RECORD_MMAP event synthesis for kernel threadsNamhyung Kim
2021-02-03perf tools: Use /proc/<PID>/task/<TID>/status for PERF_RECORD_ event synthesisNamhyung Kim
2021-02-03perf vendor events arm64: Reference common and uarch events for A76John Garry
2021-02-03perf vendor events arm64: Reference common and uarch events for Ampere eMagJohn Garry
2021-02-03perf vendor events arm64: Add common and uarch event JSONJohn Garry
2021-02-03perf vendor events arm64: Fix Ampere eMag event typoJohn Garry
2021-02-03perf script: Support DSO filter like in other perf toolsJin Yao
2021-02-03perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo
2021-02-03perf stat: Add Topdown metrics events as default eventsKan Liang
2021-02-03perf test: Add parse-metric memory bandwidth testcaseJohn Garry
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-28selftests: forwarding: Specify interface when invoking mausezahnDanielle Ratson
2021-01-27Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-01-24Merge tag 'objtool_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-01-24Merge tag 'powerpc-5.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-01-23Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/...Linus Torvalds
2021-01-22Merge tag 'perf-tools-fixes-v5.11-2-2021-01-22' of git://git.kernel.org/pub/s...Linus Torvalds
2021-01-22Merge tag 'platform-drivers-x86-v5.11-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf
2021-01-21perf script: Fix overrun issue for dynamically-allocated PMU type numberJin Yao
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry
2021-01-21perf evlist: Fix id index for heterogeneous systemsAdrian Hunter
2021-01-21Merge tag 'gpio-fixes-for-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-01-20perf tools: Add 'ping' control commandJiri Olsa
2021-01-20perf tools: Add 'stop' control commandJiri Olsa
2021-01-20perf tools: Add 'evlist' control commandJiri Olsa
2021-01-20perf tools: Allow to enable/disable events via control fileJiri Olsa
2021-01-20perf config: Make perf_config_global() globalJiri Olsa
2021-01-20perf config: Make perf_config_system() globalJiri Olsa
2021-01-20perf config: Add perf_home_perfconfig functionJiri Olsa
2021-01-20perf debug: Add debug_set_display_time functionJiri Olsa
2021-01-20perf config: Add config set interfaceJiri Olsa
2021-01-20perf config: Make perf_config_from_file() staticJiri Olsa
2021-01-20perf test: Add test case for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2021-01-20perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2021-01-20perf script: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2021-01-20perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang