• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-brcm/

Lines Matching defs:tool

154 str_buzzz_tool(uint32_t tool)
156 return (tool >= BUZZZ_TOOL_MAXIMUM) ? _str_INV :
157 _str_buzzz_tool[tool];
494 typedef /* Buzzz tool private configuration parameters and state */
552 buzzz_status_t status; /* current tool/user status */
553 buzzz_tool_t tool; /* current tool/user of log buffer */
556 uint16_t run; /* tool/user incarnation number */
562 buzzz_priv_t priv; /* tool specific private data */
579 .tool = BUZZZ_TOOL_UNDEF,
595 printk(CLRwarn "WARN: %s tool already enabled" CLRnl, __FUNCTION__); \
599 static void BUZZZ_NOINSTR_FUNC /* Preamble to start tracing in a tool */
610 static void BUZZZ_NOINSTR_FUNC /* Postamble to start tracing in a tool */
616 static void BUZZZ_NOINSTR_FUNC /* Preamble to stop tracing in a tool */
622 static void BUZZZ_NOINSTR_FUNC /* Postamble to stop tracing in a tool */
856 if (buzzz_g.tool != BUZZZ_TOOL_FUNC) return; \
993 if (buzzz_g.tool != BUZZZ_TOOL_FUNC)
1056 /* Initialization of Buzzz Function tool during loading time */
1818 printk(CLRerr "Disable CONFIG_BUZZZ_FUNC for PMON tool" CLRnl);
1824 printk(CLRerr "Disable CONFIG_BUZZZ_KEVT for PMON tool" CLRnl);
1863 /* Initialization of Buzzz PMon tool during loading time */
2364 /* Initialization of Buzzz Kevt tool during loading time */
2506 str_buzzz_tool(buzzz_g.tool));
2657 printk("\nTool:\t\t" CLRb "%s" CLRnl, str_buzzz_tool(buzzz_g.tool));
2659 switch (buzzz_g.tool) {
2673 switch (buzzz_g.tool) {
2678 printk(CLRwarn "Unsupported start for tool %s" CLRnl,
2679 str_buzzz_tool(buzzz_g.tool));
2711 switch (buzzz_g.tool) {
2716 printk(CLRwarn "Unsupported stop for tool %s" CLRnl,
2717 str_buzzz_tool(buzzz_g.tool));
2781 switch (buzzz_g.tool) {
2786 printk(CLRwarn "Unsupported dump for tool %s" CLRnl,
2787 str_buzzz_tool(buzzz_g.tool));
2794 int BUZZZ_NOINSTR_FUNC /* Configure the tool that will use the logging system */
2795 buzzz_config_tool(buzzz_tool_t tool)
2797 if (tool > BUZZZ_TOOL_MAXIMUM) {
2798 printk(CLRerr "ERROR: Invalid tool %u" CLRnl, tool);
2804 buzzz_g.tool = tool;
2806 switch (buzzz_g.tool) {
2811 printk(CLRerr "Unsupported mode for tool %s" CLRnl,
2812 str_buzzz_tool(buzzz_g.tool));
2819 int BUZZZ_NOINSTR_FUNC /* Configure the mode of operation of the tool */
2829 switch (buzzz_g.tool) {
2842 str_buzzz_mode(mode), str_buzzz_tool(buzzz_g.tool));
2847 printk(CLRerr "Unsupported mode for tool %s" CLRnl,
2848 str_buzzz_tool(buzzz_g.tool));
2857 int BUZZZ_NOINSTR_FUNC /* Configure a limit parameter in the tool */
2862 switch (buzzz_g.tool) {
2876 printk(CLRerr "Unsupported limit for tool %s" CLRnl,
2877 str_buzzz_tool(buzzz_g.tool));